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

Unified Diff: test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js

Issue 455683002: Fix debug-promises tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/mjsunit/es6/debug-promises/throw-with-throw-in-reject.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js
diff --git a/test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js b/test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js
index 0162fe1006e55db7755abaffb9109927f4768505..94dcdffa225e11a5255801e8d9eccfdd972e50f7 100644
--- a/test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js
+++ b/test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js
@@ -53,7 +53,7 @@ function listener(event, exec_state, event_data, data) {
} else {
assertUnreachable();
}
- assertEquals(q, event_data.promise());
+ assertSame(q, event_data.promise());
}
} catch (e) {
%AbortJS(e + "\n" + e.stack);
« no previous file with comments | « test/mjsunit/es6/debug-promises/throw-with-throw-in-reject.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698