Index: tests/html/native_gc_test.dart |
=================================================================== |
--- tests/html/native_gc_test.dart (revision 14440) |
+++ tests/html/native_gc_test.dart (working copy) |
@@ -1,7 +1,7 @@ |
-#library('NativeGCTest'); |
-#import('../../pkg/unittest/unittest.dart'); |
-#import('../../pkg/unittest/html_config.dart'); |
-#import('dart:html'); |
+library NativeGCTest; |
+import '../../pkg/unittest/lib/unittest.dart'; |
+import '../../pkg/unittest/lib/html_config.dart'; |
+import 'dart:html'; |
main() { |
useHtmlConfiguration(); |