Index: test/end_to_end_test.dart |
diff --git a/test/end_to_end_test.dart b/test/end_to_end_test.dart |
index d34a07465dd13b07954103e48f30b32ff29ddbbe..04a8455f8e3fdfa28208ee2ea9c7a2217fb44066 100644 |
--- a/test/end_to_end_test.dart |
+++ b/test/end_to_end_test.dart |
@@ -14,7 +14,8 @@ import 'test_util.dart' show testDirectory; |
main() { |
_check(testFile) { |
var options = new CompilerOptions( |
- entryPointFile: '$testDirectory/$testFile.dart', useMockSdk: true); |
+ sourceOptions: new SourceResolverOptions( |
+ useMockSdk: true, entryPointFile: '$testDirectory/$testFile.dart')); |
new Compiler(options).run(); |
} |