Index: test/cctest/wasm/test-run-wasm-js.cc |
diff --git a/test/cctest/wasm/test-run-wasm-js.cc b/test/cctest/wasm/test-run-wasm-js.cc |
index c0307e05117276ad4c30e2fe2135e68943110294..4a74128f506a06038312626fee825489e4373a61 100644 |
--- a/test/cctest/wasm/test-run-wasm-js.cc |
+++ b/test/cctest/wasm/test-run-wasm-js.cc |
@@ -429,7 +429,7 @@ void RunJSSelectAlignTest(int num_args, int num_params) { |
HandleScope scope(isolate); |
TestingModule module; |
uint32_t js_index = AddJSSelector(&module, &sig, which); |
- CHECK_EQ(0, js_index); |
+ CHECK_EQ(0u, js_index); |
WasmFunctionCompiler t(&sig, &module); |
t.Build(&code[0], &code[end]); |