| Index: test/mjsunit/es6/regexp-flags.js
|
| diff --git a/test/mjsunit/es6/regexp-flags.js b/test/mjsunit/es6/regexp-flags.js
|
| index 4d426da83b060f2a8dd10032818d4616ef870b8b..98070fb7352766a8ab02136f2ca3868c14deee9c 100644
|
| --- a/test/mjsunit/es6/regexp-flags.js
|
| +++ b/test/mjsunit/es6/regexp-flags.js
|
| @@ -52,7 +52,7 @@ assertEquals(4, get_count);
|
| function testName(name) {
|
| assertThrows(() => RegExp.prototype[name], TypeError);
|
| assertEquals(
|
| - "RegExp.prototype." + name,
|
| + "get " + name,
|
| Object.getOwnPropertyDescriptor(RegExp.prototype, name).get.name);
|
| }
|
|
|
|
|