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

Unified Diff: tools/testing/test_case.py

Issue 8513004: Throw and a small fix to If. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 9 years, 1 month 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 | « frog/tests/leg_only/src/Throw2Test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/test_case.py
diff --git a/tools/testing/test_case.py b/tools/testing/test_case.py
index b49949e8f8d353863f003c25e958cabe29959588..5904f6a3953c8f8c3537688c78a15a5d55c5bb2f 100644
--- a/tools/testing/test_case.py
+++ b/tools/testing/test_case.py
@@ -86,7 +86,7 @@ class MultiTestCase(StandardTestCase):
if self.kind == 'compile-time error':
return True
if self.kind == 'runtime error':
- return False
+ return True
if self.kind == 'static type error':
return self.run_arch.HasFatalTypeErrors()
return False
« no previous file with comments | « frog/tests/leg_only/src/Throw2Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698