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

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

Issue 118783003: Command class hieracy refactoring, environmentOverride extraction (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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 | dart/tests/standalone/io/test_runner_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/standalone/io/skipping_dart2js_compilations_test.dart
diff --git a/dart/tests/standalone/io/skipping_dart2js_compilations_test.dart b/dart/tests/standalone/io/skipping_dart2js_compilations_test.dart
index 95ae62333f517d4b06a0b1aaf5646b6389d78266..55ef68b77b1aac281884eab5487af8945efe3a3f 100644
--- a/dart/tests/standalone/io/skipping_dart2js_compilations_test.dart
+++ b/dart/tests/standalone/io/skipping_dart2js_compilations_test.dart
@@ -160,8 +160,7 @@ runner.Command makeCompilationCommand(String testName, FileUtils fileUtils) {
false,
bootstrapDeps,
executable,
- arguments,
- 'ReleaseIA32');
+ arguments, {});
}
void main() {
« no previous file with comments | « no previous file | dart/tests/standalone/io/test_runner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698