diff options
Diffstat (limited to 'clang/test/Preprocessor/headermap-rel.c')
-rw-r--r-- | clang/test/Preprocessor/headermap-rel.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/clang/test/Preprocessor/headermap-rel.c b/clang/test/Preprocessor/headermap-rel.c index 38500a70f69..4c67186830f 100644 --- a/clang/test/Preprocessor/headermap-rel.c +++ b/clang/test/Preprocessor/headermap-rel.c @@ -1,8 +1,6 @@ - -// This uses a headermap with this entry: -// Foo.h -> Foo/Foo.h - -// RUN: %clang_cc1 -E %s -o %t.i -I %S/Inputs/headermap-rel/foo.hmap -F %S/Inputs/headermap-rel +// RUN: rm -f %t.hmap +// RUN: '%python' hmaptool write %S/Inputs/headermap-rel/foo.hmap.json %t.hmap +// RUN: %clang_cc1 -E %s -o %t.i -I %t.hmap -F %S/Inputs/headermap-rel // RUN: FileCheck %s -input-file %t.i // CHECK: Foo.h is parsed |