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.")); |
}); |
}); |