Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Unified Diff: test/end_to_end_test.dart

Issue 1174643003: expose strong checker API, for use by analyzer_cli (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/dependency_graph_test.dart ('k') | test/report_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « test/dependency_graph_test.dart ('k') | test/report_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698