Index: tests/language/src/Script2NegativeLib.dart |
diff --git a/tests/language/src/Script2NegativeLib.dart b/tests/language/src/Script2NegativeLib.dart |
deleted file mode 100644 |
index 58e977f640e6f0eac9298523d63801e0f12986a8..0000000000000000000000000000000000000000 |
--- a/tests/language/src/Script2NegativeLib.dart |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// Copyright (c) 2011, 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. |
- |
-// Imported library has source file with library tags. |
- |
-#library("Script2NegativeLib"); |
-#import("ScriptLib.dart"); |
-#source("Script2NegativeSource.dart"); |
- |
-class A { |
- var a; |
-} |