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

Unified Diff: test/checker/self_host_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/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/checker/self_host_test.dart
diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
index dca6ab551c1ac34970298cbd88f429365ecfa0ca..24d84481ffcbbbb9eb9fb1bacb908f8c5f06f2c7 100644
--- a/test/checker/self_host_test.dart
+++ b/test/checker/self_host_test.dart
@@ -16,8 +16,9 @@ import '../test_util.dart' show testDirectory;
void main() {
test('checker can run on itself ', () {
var options = new CompilerOptions(
- entryPointFile: '$testDirectory/all_tests.dart',
- dartSdkPath: getSdkDir().path);
+ sourceOptions: new SourceResolverOptions(
+ entryPointFile: '$testDirectory/all_tests.dart',
+ dartSdkPath: getSdkDir().path));
new Compiler(options).run();
});
}
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698