Chromium Code Reviews| Index: test/codegen/expect/covariance.js |
| diff --git a/test/codegen/expect/covariance.js b/test/codegen/expect/covariance.js |
| index e26dee94850a17d1435d4a473a1ae2c603c56a4d..53610a0a590dd348d01f81e56c7b11da5ba8a79a 100644 |
| --- a/test/codegen/expect/covariance.js |
| +++ b/test/codegen/expect/covariance.js |
| @@ -34,7 +34,7 @@ dart_library.library('covariance', null, /* Imports */[ |
| super.new(); |
| } |
| add(x) { |
| - core.print(`Bar.add got ${x}`); |
| + core.print(dart.str`Bar.add got ${x}`); |
| super.add(x); |
| } |
| }; |