Chromium Code Reviews

Unified Diff: test/snapshot/prints_errors_for_broken_snapshots_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/snapshot/prints_errors_for_broken_snapshots_test.dart
diff --git a/test/snapshot/prints_errors_for_broken_snapshots_test.dart b/test/snapshot/prints_errors_for_broken_snapshots_test.dart
index b398df7bb57aefe47f42ae6ff3232570b08f5e2d..61721345d14fdc328570f23ae63cd6078bba7c3a 100644
--- a/test/snapshot/prints_errors_for_broken_snapshots_test.dart
+++ b/test/snapshot/prints_errors_for_broken_snapshots_test.dart
@@ -11,7 +11,6 @@ import '../descriptor.dart' as d;
import '../test_pub.dart';
main() {
- initConfig();
integration("prints errors for broken snapshot compilation", () {
servePackages((builder) {
builder.serve("foo", "1.2.3", contents: [

Powered by Google App Engine