Index: test/mjsunit/harmony/array-find.js |
diff --git a/test/mjsunit/harmony/array-find.js b/test/mjsunit/harmony/array-find.js |
index 906c9cde7ba405ff47dd9e1aaa1100dbc0b548c1..9f5750eca05d03a66c979902b021c1564672b893 100644 |
--- a/test/mjsunit/harmony/array-find.js |
+++ b/test/mjsunit/harmony/array-find.js |
@@ -277,4 +277,4 @@ assertThrows('Array.prototype.find.apply({}, false, [])', TypeError); |
assertThrows('Array.prototype.find.apply({}, "", [])', TypeError); |
assertThrows('Array.prototype.find.apply({}, {}, [])', TypeError); |
assertThrows('Array.prototype.find.apply({}, [], [])', TypeError); |
-assertThrows('Array.prototype.find.apply({}, /\d+/, [])', TypeError); |
+assertThrows('Array.prototype.find.apply({}, /\d+/, [])', TypeError); |