summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2017-10-14 00:26:48 +0000
committerJordan Rose <jordan_rose@apple.com>2017-10-14 00:26:48 +0000
commitaafbc1c4db7a7d58902d2ea002182dca75e5dc66 (patch)
tree1131195bf78133cf0e0e360c560ad9867d05f4ba /llvm/utils/lit/tests
parentfc3079963f382465c9d1c540ac7beef7d94cc2b0 (diff)
downloadbcm5719-llvm-aafbc1c4db7a7d58902d2ea002182dca75e5dc66.tar.gz
bcm5719-llvm-aafbc1c4db7a7d58902d2ea002182dca75e5dc66.zip
lit.py: Fix new test harder for systems that don't use / as os.path.sep
I didn't think about '%{inputs}' having the same problem. This one should be a fully Windows path name. llvm-svn: 315779
Diffstat (limited to 'llvm/utils/lit/tests')
-rw-r--r--llvm/utils/lit/tests/shared-output.py2
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 3eb6a890590..5a22fceb537 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, os.path.join("%{inputs}", "shared-output", "lit.cfg"))' > %t/lit.site.cfg
+# RUN: echo 'lit_config.load_config(config, os.path.join("%S", "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
OpenPOWER on IntegriCloud