Add a testcase for raw_ostream error checking.

llvm-svn: 75795
This commit is contained in:
Dan Gohman 2009-07-15 16:47:02 +00:00
parent 2d6b047463
commit 56ba398889
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
; RUN: not llvm-as < %s > /dev/full 2>/dev/null
; raw_ostream should detect write errors.