| Index: test/cctest/test-run-wasm-relocation-arm64.cc
|
| diff --git a/test/cctest/test-run-wasm-relocation-arm64.cc b/test/cctest/test-run-wasm-relocation-arm64.cc
|
| index 3b49f00afc348e963e4f2a03298c58b14be30583..c59a01aaedda191e340c92bae12a8f4472efd6db 100644
|
| --- a/test/cctest/test-run-wasm-relocation-arm64.cc
|
| +++ b/test/cctest/test-run-wasm-relocation-arm64.cc
|
| @@ -52,7 +52,7 @@ TEST(WasmRelocationArm64MemoryReference) {
|
| code->Print(os);
|
| ::printf("f() = %" PRIx64 "\n\n", ret_value);
|
| #endif
|
| - size_t offset = 1234;
|
| + int offset = 1234;
|
|
|
| // Relocating reference by offset
|
| int mode_mask = (1 << RelocInfo::WASM_MEMORY_REFERENCE);
|
|
|