Index: tests/benchmark_smoke/smoketest_lib.dart |
=================================================================== |
--- tests/benchmark_smoke/smoketest_lib.dart (revision 14804) |
+++ tests/benchmark_smoke/smoketest_lib.dart (working copy) |
@@ -2,10 +2,10 @@ |
// 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('smoketest_lib'); |
+library smoketest_lib; |
-#import("benchmark_lib.dart"); |
-#import("dart:html"); |
+import 'benchmark_lib.dart'; |
+import 'dart:html'; |
/** |
* This is a sample no-op benchmark to ensure that dart2js has not dramatically |