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

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

Issue 8393015: Add additional runtime type checks. Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 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/TypeDartcTest.dart
===================================================================
--- tests/language/src/TypeDartcTest.dart (revision 650)
+++ tests/language/src/TypeDartcTest.dart (working copy)
@@ -494,7 +494,7 @@
Expect.equals(1, testAnyFunction());
//Expect.equals(1, testVoidFunction()); - Function type checking issue
//Expect.equals(1, testFunctionNum()); - Function type checking issue
- //Expect.equals(9, testBoolCheck()); - Boolean checking on conditions is not done
+ Expect.equals(9, testBoolCheck());
//Expect.equals(1, testFactory()); - Not doing a test on factories
Expect.equals(8, testListAssigment());
}

Powered by Google App Engine
This is Rietveld 408576698