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

Unified Diff: test/end_to_end_test.dart

Issue 1406983003: Remove the checker and corresponding dead code (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 2 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 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');
« 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