Apparently Darwin doesn't have /dev/full :-(.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-07-15 18:41:11 +00:00
parent 823d9914a1
commit 2467677cd6

View File

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