aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/clang_flags_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/clang_flags_test.go')
-rw-r--r--compiler_wrapper/clang_flags_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_wrapper/clang_flags_test.go b/compiler_wrapper/clang_flags_test.go
index 0c0f1fdd..2a7fbd15 100644
--- a/compiler_wrapper/clang_flags_test.go
+++ b/compiler_wrapper/clang_flags_test.go
@@ -139,7 +139,7 @@ func TestUseXclangPathAndCalcResourceDirByNestedClangCall(t *testing.T) {
if err := verifyArgOrder(cmd, "--print-resource-dir"); err != nil {
t.Error(err)
}
- fmt.Fprint(stdout, "someResourcePath")
+ fmt.Fprint(stdout, "someResourcePath\n")
return nil
}
cmd := ctx.must(callCompiler(ctx, ctx.cfg,