mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Avoid having testcases spit out bytecode on error
llvm-svn: 4096
This commit is contained in:
parent
0ca434ecd5
commit
c9ed9a594a
@ -1,6 +1,6 @@
|
||||
; This shows where the function is called with the prototype indicating a
|
||||
; return type exists, but it really doesn't.
|
||||
; RUN: if as < %s | opt -funcresolve
|
||||
; RUN: if as < %s | opt -funcresolve > /dev/null
|
||||
; RUN: then echo "opt ok"
|
||||
; RUN: else exit 1 # Make sure opt doesn't abort!
|
||||
; RUN: fi
|
||||
|
@ -1,7 +1,7 @@
|
||||
; This shows where the function is called with the prototype indicating a
|
||||
; return type doesn't exists, but it really does.
|
||||
;
|
||||
; RUN: if as < %s | opt -funcresolve
|
||||
; RUN: if as < %s | opt -funcresolve > /dev/null
|
||||
; RUN: then echo "opt ok"
|
||||
; RUN: else exit 1 # Make sure opt doesn't abort!
|
||||
; RUN: fi
|
||||
|
Loading…
Reference in New Issue
Block a user