Index: test/end_to_end_test.dart |
diff --git a/test/end_to_end_test.dart b/test/end_to_end_test.dart |
index 7515240816db7afd083bfb60b5cacbdaddf7d3f2..b3b8d2760517c0bc7b04776e016c0308e21d166f 100644 |
--- a/test/end_to_end_test.dart |
+++ b/test/end_to_end_test.dart |
@@ -13,7 +13,7 @@ import 'testing.dart' show realSdkContext, testDirectory; |
main() { |
var mockSdkContext = createAnalysisContextWithSources( |
- new StrongModeOptions(), new SourceResolverOptions(useMockSdk: true)); |
+ new SourceResolverOptions(useMockSdk: true)); |
var compiler = new BatchCompiler(mockSdkContext, new CompilerOptions()); |
_check(file) => compiler.compileFromUriString('$testDirectory/$file.dart'); |