diff options
author | Brad King <brad.king@kitware.com> | 2023-01-26 20:08:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-27 15:55:37 (GMT) |
commit | c6dd4fa21d83f1dbbc4489de3a8a7fcd20e45c84 (patch) | |
tree | c639c77651285382bac158bc5fcffa6199ad2c5a /Tests/RunCMake/showIncludes.c | |
parent | a9d97492fdd8d8689ede256d88546abb2fd70c7e (diff) | |
download | CMake-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.c | 4 |
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; } |