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

Unified Diff: dart/tests/language/src/CodeAfterTryIsExecutedTest.dart

Issue 9433041: Change CodeAfterTryIsExecutedNegativeTest to a multitest. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 10 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 | « dart/tests/language/src/CodeAfterTryIsExecutedNegativeTest.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/src/CodeAfterTryIsExecutedTest.dart
===================================================================
--- dart/tests/language/src/CodeAfterTryIsExecutedTest.dart (revision 4458)
+++ dart/tests/language/src/CodeAfterTryIsExecutedTest.dart (working copy)
@@ -10,5 +10,5 @@
exception = ex;
}
Expect.isTrue(exception is String);
- throw 'foo';
+ throw 'foo'; /// 01: runtime error
kasperl 2012/02/22 16:51:08 Why do you need this to be a negative test in the
ahe 2012/02/22 16:54:09 What this is testing breaks Expect.throws ;-)
ngeoffray 2012/02/22 16:57:18 I added a comment at the top of the file.
}
« no previous file with comments | « dart/tests/language/src/CodeAfterTryIsExecutedNegativeTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698