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

Unified Diff: test/mjsunit/regress/regress-617529.js

Issue 2562003002: [wasm] Remove obsolete %IsNotAsmWasmCode predicate. (Closed)
Patch Set: Created 4 years 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/regress/regress-617525.js ('k') | test/mjsunit/regress/regress-618608.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-617529.js
diff --git a/test/mjsunit/regress/regress-617529.js b/test/mjsunit/regress/regress-617529.js
index 5d490d6009581764aae1b8508f3a25d9959b35aa..042fef18099cbf9112ea03e08b342ab114ef6d44 100644
--- a/test/mjsunit/regress/regress-617529.js
+++ b/test/mjsunit/regress/regress-617529.js
@@ -14,4 +14,4 @@ function __f_71(stdlib, buffer) {
}
__f_71(this);
-assertTrue(%IsNotAsmWasmCode(__f_71));
+assertFalse(%IsAsmWasmCode(__f_71));
« no previous file with comments | « test/mjsunit/regress/regress-617525.js ('k') | test/mjsunit/regress/regress-618608.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698