Chromium Code Reviews| Index: tests/compiler/dart2js/cps_ir/expected/operators2_6.js |
| diff --git a/tests/compiler/dart2js/cps_ir/expected/operators2_6.js b/tests/compiler/dart2js/cps_ir/expected/operators2_6.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..79fe43a2d9c1af9590d44ffca46206e59e6d9c34 |
| --- /dev/null |
| +++ b/tests/compiler/dart2js/cps_ir/expected/operators2_6.js |
| @@ -0,0 +1,11 @@ |
| +// Expectation for test: |
| +// // Method to test: function(foo) |
| +// foo(a) => a ~/ 13; |
| +// main() { |
| +// print(foo(5)); |
| +// print(foo(-100)); |
| +// } |
| + |
| +function(a) { |
| + return (a | 0) === a && (13 | 0) === 13 ? a / 13 | 0 : C.JSNumber_methods.toInt$0(a / 13); |
| +} |