Fix a missing -f that the new llvm.exp found.

llvm-svn: 35988
This commit is contained in:
Reid Spencer 2007-04-14 09:45:16 +00:00
parent f7396d1c11
commit e105f3f4c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null &&
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null -f &&
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep bitcast
int %test1() {