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

Unified Diff: test/mjsunit/asm/regress-672045.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/asm/asm-validation.js ('k') | test/mjsunit/regress/regress-575364.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/asm/regress-672045.js
diff --git a/test/mjsunit/asm/regress-672045.js b/test/mjsunit/asm/regress-672045.js
index da7aeb1d08973dd6c386342c7b8d1d730270afb6..c9c9c3b4d064f91737d9fbe3820c2097d2399363 100644
--- a/test/mjsunit/asm/regress-672045.js
+++ b/test/mjsunit/asm/regress-672045.js
@@ -10,4 +10,4 @@ function Module(stdlib, env) {
return { foo: function(y) { return eval(1); } };
}
Module(this, {bar:0});
-assertTrue(%IsNotAsmWasmCode(Module));
+assertFalse(%IsAsmWasmCode(Module));
« no previous file with comments | « test/mjsunit/asm/asm-validation.js ('k') | test/mjsunit/regress/regress-575364.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698