summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/showIncludes.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-26 20:08:29 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-27 15:55:37 (GMT)
commitc6dd4fa21d83f1dbbc4489de3a8a7fcd20e45c84 (patch)
treec639c77651285382bac158bc5fcffa6199ad2c5a /Tests/RunCMake/showIncludes.c
parenta9d97492fdd8d8689ede256d88546abb2fd70c7e (diff)
downloadCMake-c6dd4fa21d83f1dbbc4489de3a8a7fcd20e45c84.zip
CMake-c6dd4fa21d83f1dbbc4489de3a8a7fcd20e45c84.tar.gz
CMake-c6dd4fa21d83f1dbbc4489de3a8a7fcd20e45c84.tar.bz2
Tests: Extend RunCMake.Ninja ShowIncludes case with sample path
Verify that the prefix is separated from the path.
Diffstat (limited to 'Tests/RunCMake/showIncludes.c')
-rw-r--r--Tests/RunCMake/showIncludes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/showIncludes.c b/Tests/RunCMake/showIncludes.c
index 23b3845..82b1416 100644
--- a/Tests/RunCMake/showIncludes.c
+++ b/Tests/RunCMake/showIncludes.c
@@ -17,14 +17,14 @@ int main()
if (cp == 54936 || cp == 936) {
/* VSLANG=2052 */
printf("\xd7\xa2\xd2\xe2: "
- "\xb0\xfc\xba\xac\xce\xc4\xbc\xfe:\n");
+ "\xb0\xfc\xba\xac\xce\xc4\xbc\xfe: C:\\foo.h\n");
return 0;
}
if (cp == 65001) {
/* VSLANG=2052 */
printf("\xe6\xb3\xa8\xe6\x84\x8f: "
- "\xe5\x8c\x85\xe5\x90\xab\xe6\x96\x87\xe4\xbb\xb6:\n");
+ "\xe5\x8c\x85\xe5\x90\xab\xe6\x96\x87\xe4\xbb\xb6: C:\\foo.h\n");
return 0;
}