diff options
| author | Jordan Rose <jordan_rose@apple.com> | 2017-10-13 22:46:40 +0000 |
|---|---|---|
| committer | Jordan Rose <jordan_rose@apple.com> | 2017-10-13 22:46:40 +0000 |
| commit | f4fd5938e70fe1da5561605cfb9ee8a65fce2fb7 (patch) | |
| tree | cb9882ec8b3f80c5ca5a129828894e06a518e2bc /llvm | |
| parent | 17ba669ad96b6bb303324dda9a4f8d4d7d92fda8 (diff) | |
| download | bcm5719-llvm-f4fd5938e70fe1da5561605cfb9ee8a65fce2fb7.tar.gz bcm5719-llvm-f4fd5938e70fe1da5561605cfb9ee8a65fce2fb7.zip | |
lit.py: Fix new test for systems that don't use / as os.path.sep
llvm-svn: 315773
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/utils/lit/tests/shared-output.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shared-output.py b/llvm/utils/lit/tests/shared-output.py index 9f616f27810..3eb6a890590 100644 --- a/llvm/utils/lit/tests/shared-output.py +++ b/llvm/utils/lit/tests/shared-output.py @@ -1,5 +1,5 @@ # RUN: rm -rf %t && mkdir -p %t -# RUN: echo 'lit_config.load_config(config, "%{inputs}/shared-output/lit.cfg")' > %t/lit.site.cfg +# RUN: echo 'lit_config.load_config(config, os.path.join("%{inputs}", "shared-output", "lit.cfg"))' > %t/lit.site.cfg # RUN: %{lit} %t # RUN: FileCheck %s < %t/Output/Shared/SHARED.tmp # RUN: FileCheck -check-prefix=NEGATIVE %s < %t/Output/Shared/SHARED.tmp |

