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/regress/regress-599825.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-575364.js ('k') | test/mjsunit/regress/regress-613928.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-599825.js
diff --git a/test/mjsunit/regress/regress-599825.js b/test/mjsunit/regress/regress-599825.js
index a878eb49c9665827bbb4c0a5b56521838c4f691d..1b05bee6157bdcd03a9f2ac1ee754b49d0335707 100644
--- a/test/mjsunit/regress/regress-599825.js
+++ b/test/mjsunit/regress/regress-599825.js
@@ -13,4 +13,4 @@ function __f_97(stdlib, buffer) {
}
}
var module = __f_97(this);
-assertTrue(%IsNotAsmWasmCode(__f_97));
+assertFalse(%IsAsmWasmCode(__f_97));
« no previous file with comments | « test/mjsunit/regress/regress-575364.js ('k') | test/mjsunit/regress/regress-613928.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698