| Index: tests/compiler/dart2js/cps_ir/expected/constructor_12.js
|
| diff --git a/tests/compiler/dart2js/cps_ir/expected/constructor_12.js b/tests/compiler/dart2js/cps_ir/expected/constructor_12.js
|
| deleted file mode 100644
|
| index d892327bcf8957bfe3a7ea0766da8bb812527413..0000000000000000000000000000000000000000
|
| --- a/tests/compiler/dart2js/cps_ir/expected/constructor_12.js
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Expectation for test:
|
| -// class Foo {
|
| -// factory Foo.make(x) {
|
| -// print('Foo');
|
| -// return new Foo.create(x);
|
| -// }
|
| -// var x;
|
| -// Foo.create(this.x);
|
| -// }
|
| -// main() {
|
| -// print(new Foo.make(5));
|
| -// }
|
| -
|
| -function() {
|
| - P.print("Foo");
|
| - P.print(new V.Foo(5));
|
| -}
|
|
|