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

Unified Diff: test/runner/runner_test.dart

Issue 1093213003: Fix a test which was broken by the previous revision. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/runner/runner_test.dart
diff --git a/test/runner/runner_test.dart b/test/runner/runner_test.dart
index d717b671d62247cc2ec7add3102b85ca989c50f9..2aed93d54bc8823853bfccbae5075eefd78b0ae3 100644
--- a/test/runner/runner_test.dart
+++ b/test/runner/runner_test.dart
@@ -151,7 +151,7 @@ $_usage"""));
contains('-1: load error'),
contains(
' Failed to load "${p.relative(testPath, from: _sandbox)}":\n'
- " Error on line 1, column 8: TestOn takes one argument.\n"
+ " Error on line 1, column 8: TestOn takes 1 argument.\n"
" @TestOn()\n"
" ^^\n")
]));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698