Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: test/mjsunit/messages.js

Issue 2305573002: [regexp] Port RegExp getters and setters (Closed)
Patch Set: Fix for layout test expectations Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/Generators.golden ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/messages.js
diff --git a/test/mjsunit/messages.js b/test/mjsunit/messages.js
index 30abc197e9b941bc80a038633409af23a1996dcb..33ed2b0daca2846b437c905c87977838c4d2a53d 100644
--- a/test/mjsunit/messages.js
+++ b/test/mjsunit/messages.js
@@ -123,11 +123,6 @@ test(function() {
}, "First argument to String.prototype.startsWith " +
"must not be a regular expression", TypeError);
-// kFlagsGetterNonObject
-test(function() {
- Object.getOwnPropertyDescriptor(RegExp.prototype, "flags").get.call(1);
-}, "RegExp.prototype.flags getter called on non-object 1", TypeError);
-
// kFunctionBind
test(function() {
Function.prototype.bind.call(1);
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/Generators.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698