Fix testcase

llvm-svn: 4989
This commit is contained in:
Chris Lattner 2002-12-13 05:42:57 +00:00
parent 7ccef07786
commit f243ce960a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ sbyte %test() { ret sbyte 1 }
ubyte %test() { ret ubyte 1 }
short %test() { ret short -1 }
ushort %test() { ret ushort 65535 }
int %main() { ret int -1 }
int %main() { ret int 0 }
uint %test() { ret uint 4 }
;long %test() { ret void }
;ulong %test() { ret void }