From: Dan Gohman Date: Wed, 15 Jul 2009 16:47:02 +0000 (+0000) Subject: Add a testcase for raw_ostream error checking. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a60e166622437f3ee33d8737cf36a422b135b26;p=oota-llvm.git 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 --- diff --git a/test/Assembler/dev-full.ll b/test/Assembler/dev-full.ll new file mode 100644 index 00000000000..6f600f95fbc --- /dev/null +++ b/test/Assembler/dev-full.ll @@ -0,0 +1,3 @@ +; RUN: not llvm-as < %s > /dev/full 2>/dev/null + +; raw_ostream should detect write errors.