| Index: test/mjsunit/harmony/typesystem/tuple-types.js
|
| diff --git a/test/mjsunit/harmony/typesystem/tuple-types.js b/test/mjsunit/harmony/typesystem/tuple-types.js
|
| index 8a815cb4983f44c76cbe343624f9965995c7adcb..be9d05b50e7514faea9d51a37a41c277f89ff1ec 100644
|
| --- a/test/mjsunit/harmony/typesystem/tuple-types.js
|
| +++ b/test/mjsunit/harmony/typesystem/tuple-types.js
|
| @@ -16,7 +16,7 @@ let test_size = 1000;
|
|
|
| (function TestTupleTypes(size) {
|
| Test(size, [
|
| - new TestGen(4, ValidTupleTypes, [CheckValid]),
|
| - new TestGen(1, InvalidTupleTypes, [CheckInvalid])
|
| + new TestGen(4, ValidTupleTypes, [CheckValidType]),
|
| + new TestGen(1, InvalidTupleTypes, [CheckInvalidType])
|
| ]);
|
| })(test_size);
|
|
|