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

Unified Diff: test/message/super-constructor.js

Issue 792563003: Fix messages tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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/message.status ('k') | test/message/super-constructor.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/super-constructor.js
diff --git a/test/message/super-constructor.js b/test/message/super-constructor.js
index 9c96d9bc34ada080b5a90e78fa9b8f967da5ca66..430dc58ce71b5cffc3150322eb91c408e5892ece 100644
--- a/test/message/super-constructor.js
+++ b/test/message/super-constructor.js
@@ -11,4 +11,4 @@ class C {
}
}
-new C();
+var c = new C();
« no previous file with comments | « test/message/message.status ('k') | test/message/super-constructor.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698