From: Chris Matthews Date: Thu, 10 May 2018 00:08:39 +0000 (+0000) Subject: [LIT] Add the missing file X-Git-Tag: llvmorg-7.0.0-rc1~6376 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3f259cb6c12fb4bfdeb12348af7496e4754a9f2;p=platform%2Fupstream%2Fllvm.git [LIT] Add the missing file I forgot to commit this file. llvm-svn: 331946 --- diff --git a/llvm/utils/lit/tests/Inputs/test-data/bad&name.ini b/llvm/utils/lit/tests/Inputs/test-data/bad&name.ini new file mode 100644 index 0000000..16b6b96 --- /dev/null +++ b/llvm/utils/lit/tests/Inputs/test-data/bad&name.ini @@ -0,0 +1,7 @@ +[global] +result_code = PASS +result_output = & < > " + +[results] +value0 = 1 +value1 = 2.3456 \ No newline at end of file