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

Unified Diff: test/test262/harness-adapt.js

Issue 1227503002: Revert of [test] Move test262-es6 into test262. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 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/test262/README ('k') | test/test262/test262.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/harness-adapt.js
diff --git a/test/test262/harness-adapt.js b/test/test262/harness-adapt.js
index 60c0858f0290cba1eb14c50eb8fb26ea994ff5f9..52b5de70bdd2e16a8212164a3dfcd7400aa67c78 100644
--- a/test/test262/harness-adapt.js
+++ b/test/test262/harness-adapt.js
@@ -80,12 +80,3 @@
registerTest: registerTest
}
})();
-
-function $DONE(arg){
- if (arg) {
- print('FAILED! Error: ' + arg);
- quit(1);
- }
-
- quit(0);
-};
« no previous file with comments | « test/test262/README ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698