Index: tests/compiler/dart2js_native/bound_closure_super_test.dart |
diff --git a/tests/compiler/dart2js_native/bound_closure_super_test.dart b/tests/compiler/dart2js_native/bound_closure_super_test.dart |
index d97d8e1ac7d352f8fb166b784274330d66412608..35b19e07c90c4b541eaf159ac274b2d785288071 100644 |
--- a/tests/compiler/dart2js_native/bound_closure_super_test.dart |
+++ b/tests/compiler/dart2js_native/bound_closure_super_test.dart |
@@ -5,7 +5,7 @@ |
// Test calling convention of property extraction closures (super edition). |
library bound_closure_super_test; |
-import 'package:expect/expect.dart'; |
+import "package:expect/expect.dart"; |
import 'bound_closure_test.dart' as bound_closure_test; |