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

Unified Diff: tests/compiler/dart2js/compile_with_empty_libraries_test.dart

Issue 1417323005: Rename Compiler.runCompiler -> runInternal. (Closed) Base URL: https://github.com/dart-lang/sdk.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
Index: tests/compiler/dart2js/compile_with_empty_libraries_test.dart
diff --git a/tests/compiler/dart2js/compile_with_empty_libraries_test.dart b/tests/compiler/dart2js/compile_with_empty_libraries_test.dart
index b133d85a7af56d0bc0630fe51917172c5a1a2d64..6f6a94ae0a3a4fc85cb497a345955c722f6d4a75 100644
--- a/tests/compiler/dart2js/compile_with_empty_libraries_test.dart
+++ b/tests/compiler/dart2js/compile_with_empty_libraries_test.dart
@@ -14,5 +14,5 @@ main() {
Uri uri = new Uri(scheme: 'source');
MockCompiler compiler =
new MockCompiler.internal(librariesOverride: (_) => '');
- asyncTest(() => compiler.runCompiler(uri));
+ asyncTest(() => compiler.run(uri));
}

Powered by Google App Engine
This is Rietveld 408576698