Index: test/cctest/BUILD.gn |
diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn |
index 24f200285f4a6bc34a1008a752e967708be41599..568a8b90305d261b44ccbc7b1d8c6c6e8af7b94c 100644 |
--- a/test/cctest/BUILD.gn |
+++ b/test/cctest/BUILD.gn |
@@ -164,6 +164,7 @@ executable("cctest") { |
"wasm/test-run-wasm-interpreter.cc", |
"wasm/test-run-wasm-js.cc", |
"wasm/test-run-wasm-module.cc", |
+ "wasm/test-run-wasm-relocation.cc", |
"wasm/test-run-wasm.cc", |
"wasm/test-signatures.h", |
"wasm/test-wasm-function-name-table.cc", |
@@ -329,7 +330,10 @@ executable("cctest") { |
# Suppress warnings about importing locally defined symbols. |
if (is_component_build) { |
- ldflags = [ "/ignore:4049", "/ignore:4217" ] |
+ ldflags = [ |
+ "/ignore:4049", |
+ "/ignore:4217", |
+ ] |
} |
} |
} |