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

Unified Diff: test/promises-aplus/lib/run-tests.js

Issue 196733002: Add Promises/A+ Compliance Test Suite. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 6 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/promises-aplus/lib/run-tests.js
diff --git a/test/message/instanceof.js b/test/promises-aplus/lib/run-tests.js
similarity index 93%
copy from test/message/instanceof.js
copy to test/promises-aplus/lib/run-tests.js
index 1d55e0f94ebf1ff421ee80b7c7818fb4df7a18f2..6a0a96c639412e75c02f80c6f5a9305ee4323bf6 100644
--- a/test/message/instanceof.js
+++ b/test/promises-aplus/lib/run-tests.js
@@ -1,4 +1,4 @@
-// Copyright 2013 the V8 project authors. All rights reserved.
+// Copyright 2014 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
@@ -25,4 +25,5 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-1 instanceof 2;
+// Defined in lib/mocha.js
+RunAllTests();

Powered by Google App Engine
This is Rietveld 408576698