Chromium Code Reviews

Unified Diff: test/message/super-constructor-extra-statement.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/message/super-constructor.out ('k') | test/message/super-constructor-extra-statement.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/super-constructor-extra-statement.js
diff --git a/test/message/super-constructor-extra-statement.js b/test/message/super-constructor-extra-statement.js
index a26381bf07471ad77526141a21385f58c6aa622b..e8ffe2dbfa59d66d59034b4a54b939565f4802e2 100644
--- a/test/message/super-constructor-extra-statement.js
+++ b/test/message/super-constructor-extra-statement.js
@@ -12,4 +12,4 @@ class C {
}
}
-new C();
+var c = new C();
« no previous file with comments | « test/message/super-constructor.out ('k') | test/message/super-constructor-extra-statement.out » ('j') | no next file with comments »

Powered by Google App Engine