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

Unified Diff: test/runner/browser/compact_reporter_test.dart

Issue 1461293005: Add a JSON reporter. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 1 month 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: test/runner/browser/compact_reporter_test.dart
diff --git a/test/runner/browser/compact_reporter_test.dart b/test/runner/browser/compact_reporter_test.dart
index 30d402bee78be81b228c1d93a77a029d44a556bf..1abee2e95194e9bafa91a92426c2ab52c490b4be 100644
--- a/test/runner/browser/compact_reporter_test.dart
+++ b/test/runner/browser/compact_reporter_test.dart
@@ -25,12 +25,11 @@ void main() {
""").create();
var test = runTest([
- "-r", "compact",
"-p", "content-shell",
"-p", "vm",
"-j", "1",
"test.dart"
- ], compact: true);
+ ], reporter: "compact");
test.stdout.expect(containsInOrder(["[VM]", "[Dartium Content Shell]"]));

Powered by Google App Engine
This is Rietveld 408576698