Index: test/cctest/wasm/test-run-wasm-relocation.cc |
diff --git a/test/cctest/wasm/test-run-wasm-relocation.cc b/test/cctest/wasm/test-run-wasm-relocation.cc |
index e3a28f611b7c02e82cf10d8974beb90a5255d018..614e9a4ba5dd7f479d1b7d285680ae769c888584 100644 |
--- a/test/cctest/wasm/test-run-wasm-relocation.cc |
+++ b/test/cctest/wasm/test-run-wasm-relocation.cc |
@@ -31,7 +31,7 @@ using namespace v8::internal::compiler; |
/* global = global + p0 */ \ |
BUILD(r, WASM_SET_GLOBAL(1, ADD(WASM_GET_GLOBAL(0), WASM_GET_LOCAL(0))), \ |
WASM_GET_GLOBAL(0)); \ |
- CHECK_EQ(1, module.instance->function_code.size()); \ |
+ CHECK_EQ(1u, module.instance->function_code.size()); \ |
\ |
int filter = 1 << RelocInfo::WASM_GLOBAL_REFERENCE; \ |
\ |