Chromium Code Reviews| Index: tests/language/function_argument_test.dart |
| =================================================================== |
| --- tests/language/function_argument_test.dart (revision 14804) |
| +++ tests/language/function_argument_test.dart (working copy) |
| @@ -10,9 +10,6 @@ |
| static void testMain() { |
| Expect.equals(42, testMe(() { return 42; })); |
| - Expect.equals(314, testMe(f() { return 314; })); |
| - // Test another unnamed function. |
| - Expect.equals(99, testMe(() { return 99; })); |
| } |
| } |