From: Bruno Cardoso Lopes Date: Mon, 25 Jun 2018 22:25:48 +0000 (+0000) Subject: Fix tests from r335542 to use %hmaptool X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0fec042d11f57c9ab12b33a86e02856f6f276f0;p=clang Fix tests from r335542 to use %hmaptool git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335543 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/framework-public-includes-private.m b/test/Modules/framework-public-includes-private.m index e58492091e..eb4d2877a1 100644 --- a/test/Modules/framework-public-includes-private.m +++ b/test/Modules/framework-public-includes-private.m @@ -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