| Index: tests/compiler/dart2js/cps_ir/expected/basic_12.js
|
| diff --git a/tests/compiler/dart2js/cps_ir/expected/basic_12.js b/tests/compiler/dart2js/cps_ir/expected/basic_12.js
|
| deleted file mode 100644
|
| index ac9e1d309fb63c4098edd3ac35716d15f6dc552c..0000000000000000000000000000000000000000
|
| --- a/tests/compiler/dart2js/cps_ir/expected/basic_12.js
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// Expectation for test:
|
| -// var foo = 42;
|
| -// main() { print(foo); }
|
| -
|
| -function() {
|
| - var line = H.S($.foo);
|
| - if (typeof dartPrint == "function")
|
| - dartPrint(line);
|
| - else if (typeof console == "object" && typeof console.log != "undefined")
|
| - console.log(line);
|
| - else if (!(typeof window == "object")) {
|
| - if (!(typeof print == "function"))
|
| - throw "Unable to print message: " + String(line);
|
| - print(line);
|
| - }
|
| -}
|
|
|