Index: tests/language/src/ScriptLib.dart |
diff --git a/tests/language/src/ScriptLib.dart b/tests/language/src/ScriptLib.dart |
deleted file mode 100644 |
index f0b0a81fec9b40c478507a59bc5b2dd2c9850cb1..0000000000000000000000000000000000000000 |
--- a/tests/language/src/ScriptLib.dart |
+++ /dev/null |
@@ -1,9 +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. |
- |
-// A perfectly legal dart library for use with script and library tests. |
- |
-#library("ScriptLib"); |
- |
-final int script_lib = 1; |