1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Regression/Assembler/2003-04-15-ConstantInitAssertion.llx
Chris Lattner 55bfdf9f86 Fix test
llvm-svn: 9408
2003-10-23 15:51:55 +00:00

5 lines
195 B
Plaintext

; RUN: (llvm-as < %s 2>&1) | grep Expected
; Test the case of a misformed constant initializer
; This should cause an assembler error, not an assertion failure!
%X = constant {int} { float 1.0 }