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

Unified Diff: test/cctest/wasm/test-run-wasm-simd.cc

Issue 2551043002: [wasm] Make WasmRunner the central test structure (Closed)
Patch Set: Fix simd lowering test 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
Index: test/cctest/wasm/test-run-wasm-simd.cc
diff --git a/test/cctest/wasm/test-run-wasm-simd.cc b/test/cctest/wasm/test-run-wasm-simd.cc
index 76eac5e793e77c43a1f1041619813576828f4868..e12a4410022e9f360bbda626197d64947079e2dd 100644
--- a/test/cctest/wasm/test-run-wasm-simd.cc
+++ b/test/cctest/wasm/test-run-wasm-simd.cc
@@ -26,7 +26,7 @@ WASM_EXEC_TEST(Splat) {
// return 0
//
// return 1
- WasmRunner<int32_t> r(kExecuteCompiled, MachineType::Int32());
+ WasmRunner<int32_t, int32_t> r(kExecuteCompiled);
r.AllocateLocal(kAstS128);
BUILD(r,
WASM_BLOCK(

Powered by Google App Engine
This is Rietveld 408576698