Index: tests/compiler/dart2js/source_map_deferred_validator_test_lib.dart |
diff --git a/tests/compiler/dart2js/source_map_deferred_validator_test_lib.dart b/tests/compiler/dart2js/source_map_deferred_validator_test_lib.dart |
deleted file mode 100644 |
index 9ce7323f96c13b5ae2fdfd775fe26c56e291e7ad..0000000000000000000000000000000000000000 |
--- a/tests/compiler/dart2js/source_map_deferred_validator_test_lib.dart |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-class HelloClass { |
- void printHello() { |
- () { |
- print('Hello World!'); |
- }(); |
- } |
-} |