Add a testcase for raw_ostream error checking.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75795 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-07-15 16:47:02 +00:00
parent c232a7e8fe
commit 6a60e16662

View File

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