mirror of https://github.com/microsoft/clang.git
Fix tests from r335542 to use %hmaptool
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335543 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50ebf26c30
commit
c0fec042d1
|
@ -3,8 +3,8 @@
|
|||
// RUN: rm -rf %t
|
||||
// RUN: mkdir %t
|
||||
|
||||
// RUN: hmaptool write %S/Inputs/framework-public-includes-private/a.hmap.json %t/a.hmap
|
||||
// RUN: hmaptool write %S/Inputs/framework-public-includes-private/z.hmap.json %t/z.hmap
|
||||
// RUN: %hmaptool write %S/Inputs/framework-public-includes-private/a.hmap.json %t/a.hmap
|
||||
// RUN: %hmaptool write %S/Inputs/framework-public-includes-private/z.hmap.json %t/z.hmap
|
||||
|
||||
// RUN: sed -e "s:TEST_DIR:%S/Inputs/framework-public-includes-private:g" \
|
||||
// RUN: %S/Inputs/framework-public-includes-private/z.yaml > %t/z.yaml
|
||||
|
|
Loading…
Reference in New Issue