summaryrefslogtreecommitdiffstats
path: root/test/modularize
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-02-12 17:52:28 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2015-02-12 17:52:28 +0000
commitdf2a5a5c8890e00ff3f93e8f81b2e3aee70bacbd (patch)
tree1bfe6c2377ca7a1ebcfedab31a8ff760899c419a /test/modularize
parent17a4e510129c0a60ee3f7c743699053e4776a951 (diff)
Fix broken test in separate build tree.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@228941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/modularize')
-rw-r--r--test/modularize/NoProblemsList.modularize2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modularize/NoProblemsList.modularize b/test/modularize/NoProblemsList.modularize
index ec5f4c9e..1951fd5b 100644
--- a/test/modularize/NoProblemsList.modularize
+++ b/test/modularize/NoProblemsList.modularize
@@ -1,2 +1,2 @@
# RUN: modularize NoProblems.modularize,NoProblemsAnonymous.modularize -x c++
-# RUN: modularize -prefix=%p NoProblems.modularize,NoProblemsAnonymous.modularize -x c++
+# RUN: modularize -prefix=%p %S/NoProblems.modularize,%S/NoProblemsAnonymous.modularize -x c++