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

Unified Diff: test/mjsunit/regress/regress-wasm-crbug-618602.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-wasm-crbug-599413.js ('k') | test/mjsunit/wasm/asm-wasm.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-wasm-crbug-618602.js
diff --git a/test/mjsunit/regress/regress-wasm-crbug-618602.js b/test/mjsunit/regress/regress-wasm-crbug-618602.js
index 7aafe18475c97c77fed72dc8972be9c24ac5f3b6..aa5bca9d8023ce94f15257e5300412635c6b297e 100644
--- a/test/mjsunit/regress/regress-wasm-crbug-618602.js
+++ b/test/mjsunit/regress/regress-wasm-crbug-618602.js
@@ -12,4 +12,4 @@ function __f_1() {
}
return { __f_3: __f_3 };
}
-assertTrue(%IsNotAsmWasmCode(__f_1));
+assertFalse(%IsAsmWasmCode(__f_1));
« no previous file with comments | « test/mjsunit/regress/regress-wasm-crbug-599413.js ('k') | test/mjsunit/wasm/asm-wasm.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698