| Index: tests/compiler/dart2js/cps_ir/operators_8_test.dart | 
| diff --git a/tests/compiler/dart2js/cps_ir/operators_8_test.dart b/tests/compiler/dart2js/cps_ir/operators_8_test.dart | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..6c2d67c46f3632db854da45e2ef37eaa2c8bcace | 
| --- /dev/null | 
| +++ b/tests/compiler/dart2js/cps_ir/operators_8_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_8.dart; | 
| + | 
| +import 'runner.dart'; | 
| + | 
| +main(args) { | 
| +  runTest("operators_8.dart", update: args.length > 0 && args[0] == "update"); | 
| +} | 
|  |