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

Unified Diff: test/message/instanceof-nonobject.js

Issue 1814823002: ES6: instanceof error messages need updating. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed messages.js Created 4 years, 9 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/message/instanceof-noncallable.out ('k') | test/message/instanceof-nonobject.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/instanceof-nonobject.js
diff --git a/test/message/instanceof.js b/test/message/instanceof-nonobject.js
similarity index 98%
rename from test/message/instanceof.js
rename to test/message/instanceof-nonobject.js
index 1d55e0f94ebf1ff421ee80b7c7818fb4df7a18f2..47152571a10debe8f5e5aec11c03e58998eff493 100644
--- a/test/message/instanceof.js
+++ b/test/message/instanceof-nonobject.js
@@ -25,4 +25,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+// Flags: --harmony-instanceof
+
1 instanceof 2;
« no previous file with comments | « test/message/instanceof-noncallable.out ('k') | test/message/instanceof-nonobject.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698