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

Unified Diff: test/mjsunit/regress/regress-613928.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-599825.js ('k') | test/mjsunit/regress/regress-617525.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-613928.js
diff --git a/test/mjsunit/regress/regress-613928.js b/test/mjsunit/regress/regress-613928.js
index cee165e53e39611526c79595a2aa04450474dd74..7de4da76d9e21b2120dd50e7042e4e0a475d4796 100644
--- a/test/mjsunit/regress/regress-613928.js
+++ b/test/mjsunit/regress/regress-613928.js
@@ -15,5 +15,5 @@
return {__f_21:__f_21};
}
__f_41();
- assertTrue(%IsNotAsmWasmCode(__f_41));
+ assertFalse(%IsAsmWasmCode(__f_41));
})();
« no previous file with comments | « test/mjsunit/regress/regress-599825.js ('k') | test/mjsunit/regress/regress-617525.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698