| Index: tests/compiler/dart2js/constant_folding_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/constant_folding_test.dart (revision 13712)
|
| +++ tests/compiler/dart2js/constant_folding_test.dart (working copy)
|
| @@ -36,7 +36,7 @@
|
| compileAndMatch(
|
| NEGATIVE_NUMBER_FOLDING, 'main', const RegExp(r"print\(1\)"));
|
|
|
| - String generated = compile(NULL_EQUALS_FOLDING, 'foo');
|
| + String generated = compile(NULL_EQUALS_FOLDING, entry: 'foo');
|
| RegExp regexp = const RegExp(r'a == null');
|
| Expect.isTrue(regexp.hasMatch(generated));
|
|
|
|
|