Chromium Code Reviews| Index: tests/compiler/dart2js/dart_backend_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/dart_backend_test.dart (revision 21723) |
| +++ tests/compiler/dart2js/dart_backend_test.dart (working copy) |
| @@ -34,6 +34,7 @@ |
| static double parseDouble(String s) => 1.0; |
| } |
| print(x) {} |
| +identical(a, b) => true; |
| '''; |
| const ioLib = r''' |