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

Unified Diff: sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_option_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_option_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_option_test.dart b/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_option_test.dart
index 7d60191f024e7e2ea360b7e4dbd2a41a4217630c..6058affe8dd351948c87b6dafbc7156823103861 100644
--- a/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_option_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_option_test.dart
@@ -15,14 +15,9 @@ main() {
"transformers": [{
"\$dart2js": {"invalidOption": true}
}]
- }),
- d.dir("lib", [d.dir("src", [
- d.file("transformer.dart", REWRITE_TRANSFORMER)
- ])])
+ })
]).create();
- createLockFile('myapp', pkg: ['barback']);
-
// TODO(nweiz): This should provide more context about how the option got
// passed to dart2js. See issue 16008.
var pub = startPubServe();

Powered by Google App Engine
This is Rietveld 408576698