clang-tools-extra/test/modularize/NoProblemsList.modularize: Unbreak test.

Don't expect the list were on the current directory.

llvm-svn: 228991
This commit is contained in:
NAKAMURA Takumi 2015-02-13 00:28:21 +00:00
parent ed9b9f8e01
commit 43361ae42d
1 changed files with 1 additions and 1 deletions

View File

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