Index: test/checker/self_host_test.dart |
diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart |
index 261eb55140d91f93447cf05d4e739efb0f20d6ac..a909d06fac92f516d30d0a0d8d919565e6c1d482 100644 |
--- a/test/checker/self_host_test.dart |
+++ b/test/checker/self_host_test.dart |
@@ -11,11 +11,8 @@ import 'package:test/test.dart'; |
import '../testing.dart' show testDirectory, realSdkContext; |
void main() { |
- test( |
- 'checker can run on itself ', |
- () { |
- new BatchCompiler(realSdkContext, new CompilerOptions()) |
- .compileFromUriString('$testDirectory/all_tests.dart'); |
- }, |
- skip: 'test is very slow'); |
+ test('checker can run on itself ', () { |
+ new BatchCompiler(realSdkContext, new CompilerOptions()) |
+ .compileFromUriString('$testDirectory/all_tests.dart'); |
+ }, skip: 'test is very slow'); |
} |