aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler_wrapper/sanitizer_flags_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_wrapper/sanitizer_flags_test.go b/compiler_wrapper/sanitizer_flags_test.go
index 17c41438..551691f4 100644
--- a/compiler_wrapper/sanitizer_flags_test.go
+++ b/compiler_wrapper/sanitizer_flags_test.go
@@ -84,7 +84,7 @@ func TestKeepSanitizerFlagsIfNoSanitizeGiven(t *testing.T) {
}
cmd = ctx.must(callCompiler(ctx, ctx.cfg,
- ctx.newCommand(gccX86_64, "-Wl,-z -Wl,defs", mainCc)))
+ ctx.newCommand(gccX86_64, "-Wl,-z", "-Wl,defs", mainCc)))
if err := verifyArgCount(cmd, 1, "-Wl,-z"); err != nil {
t.Error(err)
}