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

Unified Diff: sdk/lib/_internal/pub/test/dart2js/supports_valid_options_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/supports_valid_options_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart b/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
index 3f50b2197a01b9032b6957d2f752020d51e55143..397cb47fbdd85f67d80e9c44f940c606acc0da22 100644
--- a/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
@@ -28,14 +28,9 @@ main() {
"terse": true
}
}]
- }),
- d.dir("lib", [d.dir("src", [
- d.file("transformer.dart", REWRITE_TRANSFORMER)
- ])])
+ })
]).create();
- createLockFile('myapp', pkg: ['barback']);
-
// None of these options should be rejected, either by pub or by dart2js.
pubServe();
requestShouldSucceed("main.dart.js", isNot(isEmpty));

Powered by Google App Engine
This is Rietveld 408576698