Chromium Code Reviews| Index: tests/corelib/reg_exp5_test.dart |
| =================================================================== |
| --- tests/corelib/reg_exp5_test.dart (revision 7745) |
| +++ tests/corelib/reg_exp5_test.dart (working copy) |
| @@ -9,7 +9,7 @@ |
| RegExp ex = new RegExp(str); |
| } catch (Exception e) { |
| if (!(e is NullPointerException)) { |
| - Expect.fail("Expected: NullPointerException" + " got: ${e}"); |
| + Expect.fail("Expected: NullPointerException got: ${e}"); |
| } |
| } |
| Expect.isFalse(new RegExp(@"^\w+$").hasMatch(str)); |