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

Unified Diff: sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_environment_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_environment_type_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_environment_type_test.dart b/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_environment_type_test.dart
index 4e4f8df857f5c101328a5f87da699d73bec0fd08..1f2dbca4fdb2751cecca2180dbd631a2078b5c41 100644
--- a/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_environment_type_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/does_not_support_invalid_environment_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