Chromium Code Reviews| Index: tests/language/src/StringInterpolationTest.dart |
| =================================================================== |
| --- tests/language/src/StringInterpolationTest.dart (revision 491) |
| +++ tests/language/src/StringInterpolationTest.dart (working copy) |
| @@ -34,7 +34,6 @@ |
| // embedding static fields |
| Expect.equals(" hi 1 ", " hi ${i} "); |
| - Expect.equals(true, " hi ${i} " === " hi ${i} "); |
| Expect.equals(" hi <hi> ", " hi ${a} "); |
| // embedding method parameters |