summaryrefslogtreecommitdiffstats
path: root/test/modularize
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-02-13 00:28:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-02-13 00:28:21 +0000
commit48fdd353e9a2d9026d125b0f2481c55e5bc0ed22 (patch)
treed473d5e9deabaa5bf3af3ffef950e88d5e5f0396 /test/modularize
parent65380fcf5443a15bb4bbacb49fdfdd9ce31f0323 (diff)
clang-tools-extra/test/modularize/NoProblemsList.modularize: Unbreak test.
Don't expect the list were on the current directory. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@228991 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 1951fd5b..39261ced 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 %S/NoProblems.modularize,%S/NoProblemsAnonymous.modularize -x c++
# RUN: modularize -prefix=%p %S/NoProblems.modularize,%S/NoProblemsAnonymous.modularize -x c++