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:
Bruno Cardoso Lopes 2018-06-25 22:25:48 +00:00
parent 50ebf26c30
commit c0fec042d1
1 changed files with 2 additions and 2 deletions

View File

@ -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