| Index: test/unittests/compiler/typer-unittest.cc
|
| diff --git a/test/unittests/compiler/typer-unittest.cc b/test/unittests/compiler/typer-unittest.cc
|
| index 86a6de3f38b360e8342e17af2a6b33e2716efb96..9bcd77e87023d539e407dd3b388ab32e868b6eb8 100644
|
| --- a/test/unittests/compiler/typer-unittest.cc
|
| +++ b/test/unittests/compiler/typer-unittest.cc
|
| @@ -249,6 +249,11 @@ TEST_F(TyperTest, TypeJSModulus) {
|
| }
|
|
|
|
|
| +TEST_F(TyperTest, TypeJSExponentiate) {
|
| + TestBinaryArithOp(javascript_.Exponentiate(), power_helper);
|
| +}
|
| +
|
| +
|
| TEST_F(TyperTest, TypeJSBitwiseOr) {
|
| TestBinaryBitOp(javascript_.BitwiseOr(), bit_or);
|
| }
|
|
|