lit.py: Previous test fix was a red herring; backslashes are escapes

I don't have access to a Windows machine at the moment, so if this
doesn't fix it I'll just revert for now.

llvm-svn: 315782
This commit is contained in:
Jordan Rose 2017-10-14 00:49:19 +00:00
parent dc2da06c55
commit fddfb5ad4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# RUN: rm -rf %t && mkdir -p %t # RUN: rm -rf %t && mkdir -p %t
# RUN: echo 'lit_config.load_config(config, os.path.join("%S", "Inputs", "shared-output", "lit.cfg"))' > %t/lit.site.cfg # RUN: echo 'lit_config.load_config(config, os.path.join(r"%{inputs}", "shared-output", "lit.cfg"))' > %t/lit.site.cfg
# RUN: %{lit} %t # RUN: %{lit} %t
# RUN: FileCheck %s < %t/Output/Shared/SHARED.tmp # RUN: FileCheck %s < %t/Output/Shared/SHARED.tmp
# RUN: FileCheck -check-prefix=NEGATIVE %s < %t/Output/Shared/SHARED.tmp # RUN: FileCheck -check-prefix=NEGATIVE %s < %t/Output/Shared/SHARED.tmp