]> granicus.if.org Git - clang/commitdiff
Fix tests from r335542 to use %hmaptool
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 25 Jun 2018 22:25:48 +0000 (22:25 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 25 Jun 2018 22:25:48 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335543 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/framework-public-includes-private.m

index e58492091e31d62b2cf444a38a2373feca7ec2c5..eb4d2877a1cdc183925080ebeeffa51af2504534 100644 (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