Index: tests/corelib/splay_tree_test.dart |
=================================================================== |
--- tests/corelib/splay_tree_test.dart (revision 14804) |
+++ tests/corelib/splay_tree_test.dart (working copy) |
@@ -3,8 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test for Splaytrees. |
-#library("SplayTreeTest.dart"); |
-#import("dart:collection"); |
+library splay_tree_test; |
+import 'dart:collection'; |
class SplayTreeMapTest { |