diff options
| author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2015-02-12 17:52:28 +0000 |
|---|---|---|
| committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2015-02-12 17:52:28 +0000 |
| commit | 97eac4089aa5e249143fbc7aa24984242eeea54b (patch) | |
| tree | ff7ac2ab1e6a8cf21d9fb54dace1627678ce131d | |
| parent | 203c5b9f39cbd9bc4ab3538537b36614af3274a8 (diff) | |
| download | bcm5719-llvm-97eac4089aa5e249143fbc7aa24984242eeea54b.tar.gz bcm5719-llvm-97eac4089aa5e249143fbc7aa24984242eeea54b.zip | |
Fix broken test in separate build tree.
llvm-svn: 228941
| -rw-r--r-- | clang-tools-extra/test/modularize/NoProblemsList.modularize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/modularize/NoProblemsList.modularize b/clang-tools-extra/test/modularize/NoProblemsList.modularize index ec5f4c9e5fc..1951fd5b267 100644 --- a/clang-tools-extra/test/modularize/NoProblemsList.modularize +++ b/clang-tools-extra/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++ |

