mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[lit] [tests] Add missing test input file.
llvm-svn: 189561
This commit is contained in:
parent
aa17eb4749
commit
78453e21a4
6
utils/lit/tests/Inputs/shtest-format/argv0.txt
Normal file
6
utils/lit/tests/Inputs/shtest-format/argv0.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Check that we route argv[0] as it was written, instead of the resolved
|
||||||
|
# path. This is important for some tools, in particular '[' which at least on OS
|
||||||
|
# X only recognizes that it is in '['-mode when its argv[0] is exactly
|
||||||
|
# '['. Otherwise it will refuse to accept the trailing closing bracket.
|
||||||
|
#
|
||||||
|
# RUN: [ "A" = "A" ]
|
Loading…
Reference in New Issue
Block a user