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

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

Issue 19589002: Fixed skipping_dart2js_compilations_test after changing Command() constructor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | 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: 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 dfb71a54a8e1fdd55dd25b543da950e4e7e5dad3..98e65f19040a2b7504dfb9b22c13a1d167075dd0 100644
--- a/tests/standalone/io/skipping_dart2js_compilations_test.dart
+++ b/tests/standalone/io/skipping_dart2js_compilations_test.dart
@@ -154,6 +154,7 @@ runner.TestCase makeTestCase(String testName, FileUtils fileUtils) {
var bootstrapDeps = [
Uri.parse("file://${fileUtils.testSnapshotFilePath}")];
var commands = [new runner.CompilationCommand(
+ 'dart2js',
fileUtils.testJsFilePath.toNativePath(),
false,
bootstrapDeps,
« no previous file with comments | « no previous file | tests/standalone/io/test_runner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698