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

Unified Diff: test/mjsunit/mjsunit.js

Issue 1895603002: [esnext] prototype runtime implementation for async functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@AsyncFunction
Patch Set: Don't put assert*Async helpers in mjsunit.js Created 4 years, 7 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/mjsunit/mjsunit.js
diff --git a/test/mjsunit/mjsunit.js b/test/mjsunit/mjsunit.js
index 6a7c2da9e47d1ca56b52c98b3afbd2a2b6d72b6c..081ec310923d7cf305172d901b601f621facab46 100644
--- a/test/mjsunit/mjsunit.js
+++ b/test/mjsunit/mjsunit.js
@@ -54,7 +54,6 @@ var assertSame;
// and the properties of non-Array objects).
var assertEquals;
-
Dan Ehrenberg 2016/05/16 23:01:16 Revert the irrelevant deletion
caitp (gmail) 2016/05/16 23:08:31 Done.
// The difference between expected and found value is within certain tolerance.
var assertEqualsDelta;

Powered by Google App Engine
This is Rietveld 408576698