| 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());
|
| }
|
|
|