Make this test work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-15 19:28:23 +00:00
parent 470f260577
commit a99800c77f

View File

@ -1,5 +1,5 @@
// RUN: %llvmgcc -S %s -o - | llvm-as | llc -march=c | \
// RUN: grep '(unsigned short'
// RUN: grep {(unsigned short}
int Z = -1;