| Index: tests/compiler/dart2js/cps_ir/expected/constructor_13.js
|
| diff --git a/tests/compiler/dart2js/cps_ir/expected/constructor_13.js b/tests/compiler/dart2js/cps_ir/expected/constructor_13.js
|
| deleted file mode 100644
|
| index a95670c09ff993a51577da13fde5437050d69490..0000000000000000000000000000000000000000
|
| --- a/tests/compiler/dart2js/cps_ir/expected/constructor_13.js
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Expectation for test:
|
| -// class Foo {
|
| -// factory Foo.make(x) = Foo.create;
|
| -// var x;
|
| -// Foo.create(this.x);
|
| -// }
|
| -// main() {
|
| -// print(new Foo.make(5));
|
| -// }
|
| -
|
| -function() {
|
| - var line = "Instance of '" + H.Primitives_objectTypeName(new V.Foo(5)) + "'";
|
| - 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);
|
| - }
|
| -}
|
|
|