| Index: frog/tests/leg/src/SsaPhiEliminatorTest.dart
|
| ===================================================================
|
| --- frog/tests/leg/src/SsaPhiEliminatorTest.dart (revision 3496)
|
| +++ frog/tests/leg/src/SsaPhiEliminatorTest.dart (working copy)
|
| @@ -62,7 +62,7 @@
|
| regexp = const RegExp("a = 3");
|
| Expect.isTrue(regexp.hasMatch(generated));
|
|
|
| - regexp = const RegExp("print\\(a\\)");
|
| + regexp = const RegExp("print\\\$1\\(a\\)");
|
| Expect.isTrue(regexp.hasMatch(generated));
|
|
|
| generated = compile(TEST_TWO, 'main');
|
|
|