| OLD | NEW |
| 1 // ---- AUTO-GENERATED ------------------- | 1 // ---- AUTO-GENERATED ------------------- |
| 2 // This file was autogenerated by running: | 2 // This file was autogenerated by running: |
| 3 // | 3 // |
| 4 // dart path/to/up_to_date_test.dart update | 4 // dart path/to/up_to_date_test.dart update |
| 5 // | 5 // |
| 6 // Do not edit this file by hand. | 6 // Do not edit this file by hand. |
| 7 // --------------------------------------- | 7 // --------------------------------------- |
| 8 | 8 |
| 9 library tests.compiler.dart2js.cps_ir.constructor_10.dart; | 9 library tests.compiler.dart2js.cps_ir.constructor_15.dart; |
| 10 | 10 |
| 11 import 'runner.dart'; | 11 import 'runner.dart'; |
| 12 | 12 |
| 13 main(args) { | 13 main(args) { |
| 14 runTest("constructor_10.dart", update: args.length > 0 && args[0] == "update")
; | 14 runTest("constructor_15.dart", update: args.length > 0 && args[0] == "update")
; |
| 15 } | 15 } |
| OLD | NEW |