1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[lit] [tests] Add missing test input file.

llvm-svn: 189561
This commit is contained in:
Daniel Dunbar 2013-08-29 03:02:34 +00:00
parent aa17eb4749
commit 78453e21a4

View 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" ]