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

Unified Diff: test/message/symbols-only.js

Issue 1782173005: [testing] Move the last JS tests out of "preparser". (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-test-preparser-2
Patch Set: Rebased. 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
Index: test/message/symbols-only.js
diff --git a/test/preparser/symbols-only.js b/test/message/symbols-only.js
similarity index 99%
rename from test/preparser/symbols-only.js
rename to test/message/symbols-only.js
index b6520636bceee784f86c7d37cccd135281cb3bb2..347387d612b2e8b2ae57e06114efa7358599b829 100644
--- a/test/preparser/symbols-only.js
+++ b/test/message/symbols-only.js
@@ -46,4 +46,3 @@ try {
for (var i = 0; i < 10; i++) {
x += x;
}
-print(y);

Powered by Google App Engine
This is Rietveld 408576698