diff options
Diffstat (limited to 'test/Preprocessor/headermap-rel.c')
-rw-r--r-- | test/Preprocessor/headermap-rel.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/Preprocessor/headermap-rel.c b/test/Preprocessor/headermap-rel.c index 38500a70f6971..db57534c1c7fb 100644 --- a/test/Preprocessor/headermap-rel.c +++ b/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: %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 |