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

Unified Diff: test/mjsunit/regress/regress-575364.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/regress-672045.js ('k') | test/mjsunit/regress/regress-599825.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-575364.js
diff --git a/test/mjsunit/regress/regress-575364.js b/test/mjsunit/regress/regress-575364.js
index 34957a23c136ff758b156af31dca593a2af59a22..0b967a0b53abc92659b4348d0ef76e39f205d83a 100644
--- a/test/mjsunit/regress/regress-575364.js
+++ b/test/mjsunit/regress/regress-575364.js
@@ -8,4 +8,4 @@ function f() {
"use asm";
}
-assertTrue(%IsNotAsmWasmCode(f));
+assertFalse(%IsAsmWasmCode(f));
« no previous file with comments | « test/mjsunit/asm/regress-672045.js ('k') | test/mjsunit/regress/regress-599825.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698