diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-29 03:02:34 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-29 03:02:34 +0000 |
commit | 9d8271b3511c34afaf66ff4fe5a1a453abd172db (patch) | |
tree | d3f846c948f06729ffeb1952b9deaf6ae075e01b /llvm | |
parent | 5c8f5c1c26cc8377900de4498f6c3697ff95694d (diff) | |
download | bcm5719-llvm-9d8271b3511c34afaf66ff4fe5a1a453abd172db.tar.gz bcm5719-llvm-9d8271b3511c34afaf66ff4fe5a1a453abd172db.zip |
[lit] [tests] Add missing test input file.
llvm-svn: 189561
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt b/llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt new file mode 100644 index 00000000000..2ff289014bc --- /dev/null +++ b/llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt @@ -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" ] |