Chromium Code Reviews| Index: tests/compiler/dart2js/null_type_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/null_type_test.dart (revision 13712) |
| +++ tests/compiler/dart2js/null_type_test.dart (working copy) |
| @@ -12,6 +12,6 @@ |
| """; |
| main() { |
| - String generated = compile(TEST_ONE, 'foo'); |
| + String generated = compile(TEST_ONE, entry: 'foo'); |
| Expect.isFalse(generated.contains('typeof (void 0)')); |
| } |