| Index: tests/compiler/dart2js/cps_ir/operators_2_test.dart
 | 
| diff --git a/tests/compiler/dart2js/cps_ir/operators_2_test.dart b/tests/compiler/dart2js/cps_ir/operators_2_test.dart
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..99dd439b24612adfee8235224b40361a0e5e00f5
 | 
| --- /dev/null
 | 
| +++ b/tests/compiler/dart2js/cps_ir/operators_2_test.dart
 | 
| @@ -0,0 +1,15 @@
 | 
| +// ---- AUTO-GENERATED -------------------
 | 
| +// This file was autogenerated by running:
 | 
| +//
 | 
| +//     dart path/to/up_to_date_test.dart update
 | 
| +//
 | 
| +// Do not edit this file by hand.
 | 
| +// ---------------------------------------
 | 
| +
 | 
| +library tests.compiler.dart2js.cps_ir.operators_2.dart;
 | 
| +
 | 
| +import 'runner.dart';
 | 
| +
 | 
| +main(args) {
 | 
| +  runTest("operators_2.dart", update: args.length > 0 && args[0] == "update");
 | 
| +}
 | 
| 
 |