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

Unified Diff: sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart

Issue 291843011: Run pub tests against older versions of barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 7 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: sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart b/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart
index e722cf51b1cccf1e45ddf8eb90cc114679d8ac2e..6d0df644742ae1fb8ec4f2f278b147f5714b1ddb 100644
--- a/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_command_line_options_type_test.dart
@@ -18,14 +18,9 @@ main() {
}
}]
}),
- d.dir("lib", [d.dir("src", [
- d.file("transformer.dart", REWRITE_TRANSFORMER)
- ])]),
d.dir("web", [d.file("main.dart", "void main() {}")])
]).create();
- createLockFile('myapp', pkg: ['barback']);
-
var server = pubServe();
// Make a request first to trigger compilation.
requestShould404("main.dart.js");

Powered by Google App Engine
This is Rietveld 408576698