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

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

Issue 9852001: For batch mode tests, make sure we read stderr in case of a crash. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
Index: tests/language/src/BoolTest.dart
diff --git a/tests/language/src/BoolTest.dart b/tests/language/src/BoolTest.dart
index 166a0f169bdf9bdd7fbd306b70c419e923919cd4..b7e82ccfe558c62996126bbf45600416c111f7ca 100644
--- a/tests/language/src/BoolTest.dart
+++ b/tests/language/src/BoolTest.dart
@@ -7,6 +7,7 @@
class BoolTest {
static void testEquality() {
+ int foo = "Hello";
Expect.equals(true, true);
Expect.equals(false, false);
Expect.equals(true, true === true);
« no previous file with comments | « compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698