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

Unified Diff: standalone/io/test_extension_fail_test.dart

Issue 12094092: Update expected result. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
Patch Set: Created 7 years, 11 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: standalone/io/test_extension_fail_test.dart
===================================================================
--- standalone/io/test_extension_fail_test.dart (revision 17937)
+++ standalone/io/test_extension_fail_test.dart (working copy)
@@ -59,6 +59,7 @@
print("ERR: ${result.stderr}\n\n");
print("OUT: ${result.stdout}\n\n");
Expect.equals(255, result.exitCode);
- Expect.isTrue(result.stderr.contains("Unhandled exception:\nball\n"));
+ Expect.isTrue(result.stderr.contains("Unhandled exception:\n"));
+ Expect.isTrue(result.stderr.contains("ball\n"));
Tom Ball 2013/01/31 22:33:47 This won't work, because the Windows line ending i
siva 2013/01/31 22:35:51 Good point, changed test per offline discussion.
}).whenComplete(() => tempDirectory.deleteSync(recursive: true));
}
« 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