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 345cafa346377d36c0003b120a95595ada292ad1..35b19e07c90c4b541eaf159ac274b2d785288071 100644 |
--- a/tests/compiler/dart2js_native/bound_closure_super_test.dart |
+++ b/tests/compiler/dart2js_native/bound_closure_super_test.dart |
@@ -9,9 +9,7 @@ import "package:expect/expect.dart"; |
import 'bound_closure_test.dart' as bound_closure_test; |
-import 'bound_closure_test.dart' show |
- inscrutable, |
- makeCC; |
+import 'bound_closure_test.dart' show inscrutable, makeCC; |
main() { |
// Calling main from bound_closure_test.dart to set up native code. |