From 85329174bac8a301733100dc4540258f977e2c5a Mon Sep 17 00:00:00 2001 From: midchildan Date: Sun, 23 Aug 2020 07:33:30 +0900 Subject: [PATCH] test: fix expected output for c sourcegroup tests on unix (#1073) follow-up of f3614a37 and 0294589f --- .../cxx_c_empty/expected_output/output_unix.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/test/data/SourceGroupTestSuite/cxx_c_empty/expected_output/output_unix.txt b/bin/test/data/SourceGroupTestSuite/cxx_c_empty/expected_output/output_unix.txt index 30b17fcd..e1e3d461 100644 --- a/bin/test/data/SourceGroupTestSuite/cxx_c_empty/expected_output/output_unix.txt +++ b/bin/test/data/SourceGroupTestSuite/cxx_c_empty/expected_output/output_unix.txt @@ -2,6 +2,8 @@ SourceFilePath: "src/Test.c" IndexedPath: "src" CompilerFlag: "--target=test_arch-test_vendor-test_sys-test_abi" CompilerFlag: "-std=c11" + CompilerFlag: "-x" + CompilerFlag: "c" CompilerFlag: "-isystem" CompilerFlag: "src" CompilerFlag: "-isystem"