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

Unified Diff: test/runner/expanded_reporter_test.dart

Issue 1196413003: Add a LoadSuite class. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 6 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: test/runner/expanded_reporter_test.dart
diff --git a/test/runner/expanded_reporter_test.dart b/test/runner/expanded_reporter_test.dart
index 08a60cacdd7502e5f369272bbd6086cce1085154..984353a02288e1d936ef2e1b52f64ea8245c36f5 100644
--- a/test/runner/expanded_reporter_test.dart
+++ b/test/runner/expanded_reporter_test.dart
@@ -18,7 +18,7 @@ void main() {
new File(p.join(path, "test.dart")).writeAsStringSync("void main() {}");
var result = runTest(["-r", "expanded", "test.dart"],
workingDirectory: path);
- expect(result.stdout, equals("No tests ran.\n"));
+ expect(result.stdout, contains("No tests ran."));
});
});

Powered by Google App Engine
This is Rietveld 408576698