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

Unified Diff: tests/standalone/io/skipping_dart2js_compilations_test.dart

Issue 2944543002: [Gardening] fixing bad test. (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/skipping_dart2js_compilations_test.dart
diff --git a/tests/standalone/io/skipping_dart2js_compilations_test.dart b/tests/standalone/io/skipping_dart2js_compilations_test.dart
index d027b7d8653a54004d66ae358c0b5202b0ec8e20..b6e5c0e4c95ed2d5b94ece3cb51d57bda7eea9a1 100644
--- a/tests/standalone/io/skipping_dart2js_compilations_test.dart
+++ b/tests/standalone/io/skipping_dart2js_compilations_test.dart
@@ -147,7 +147,7 @@ class CommandCompletedHandler {
}
}
-runner.Command makeCompilationCommand(String testName, FileUtils fileUtils) {
+Command makeCompilationCommand(String testName, FileUtils fileUtils) {
var config = new options.OptionsParser().parse(['--timeout', '2'])[0];
var createFileScript = Platform.script
.resolve('skipping_dart2js_compilations_helper.dart')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698