1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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 9f95a90619
commit afe44327d4

View File

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