Index: tests/language/src/ResourceTest.dart |
diff --git a/tests/language/src/ResourceTest.dart b/tests/language/src/ResourceTest.dart |
deleted file mode 100644 |
index 46e7dfa2ad720ab362d5ac9b39b22098ac88c9ca..0000000000000000000000000000000000000000 |
--- a/tests/language/src/ResourceTest.dart |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-// Copyright (c) 2012, 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. |
- |
-#library('ResourceTest'); |
-#resource("http://www.dartlang.org"); |
- |
-main() { |
- // Not doing anything with the resource. |
-} |