Index: tests/standalone/status_expression_test.dart |
diff --git a/tests/standalone/status_expression_test.dart b/tests/standalone/status_expression_test.dart |
index 65ad579f4b4d905aaefc14a6c6182751beb3b05c..2c6da43222451e65fb855f2f43d361350362e553 100644 |
--- a/tests/standalone/status_expression_test.dart |
+++ b/tests/standalone/status_expression_test.dart |
@@ -2,9 +2,9 @@ |
// 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("StatusExpressionTest"); |
+library StatusExpressionTest; |
-#import("../../tools/testing/dart/status_expression.dart"); |
+import "../../tools/testing/dart/status_expression.dart"; |
class StatusExpressionTest { |