Chromium Code Reviews| Index: tests/language/function_syntax_test.dart |
| =================================================================== |
| --- tests/language/function_syntax_test.dart (revision 14321) |
| +++ tests/language/function_syntax_test.dart (working copy) |
| @@ -470,7 +470,6 @@ |
| expectEvaluatesTo(0, ()=> 4 % 2); |
| // Negate. |
| - expectEvaluatesTo(-3, ()=> ~2); |
| expectEvaluatesTo(false, ()=> !true); |
| // Postfix / prefix. |