Index: tests/html/js_interop_3_test.dart |
=================================================================== |
--- tests/html/js_interop_3_test.dart (revision 14440) |
+++ tests/html/js_interop_3_test.dart (working copy) |
@@ -2,11 +2,11 @@ |
// 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('JsInterop3Test'); |
-#import('../../pkg/unittest/unittest.dart'); |
-#import('../../pkg/unittest/html_config.dart'); |
-#import('dart:html'); |
-#import('dart:isolate'); |
+library JsInterop3Test; |
+import '../../pkg/unittest/lib/unittest.dart'; |
+import '../../pkg/unittest/lib/html_config.dart'; |
+import 'dart:html'; |
+import 'dart:isolate'; |
injectSource(code) { |
final script = new ScriptElement(); |