[llvm-commits] [llvm] r75809 - /llvm/trunk/test/Assembler/dev-full.ll
Dan Gohman
gohman at apple.com
Wed Jul 15 11:41:11 PDT 2009
Author: djg
Date: Wed Jul 15 13:41:11 2009
New Revision: 75809
URL: http://llvm.org/viewvc/llvm-project?rev=75809&view=rev
Log:
Apparently Darwin doesn't have /dev/full :-(.
Removed:
llvm/trunk/test/Assembler/dev-full.ll
Removed: llvm/trunk/test/Assembler/dev-full.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/dev-full.ll?rev=75808&view=auto
==============================================================================
--- llvm/trunk/test/Assembler/dev-full.ll (original)
+++ llvm/trunk/test/Assembler/dev-full.ll (removed)
@@ -1,3 +0,0 @@
-; RUN: not llvm-as < %s > /dev/full 2>/dev/null
-
-; raw_ostream should detect write errors.
More information about the llvm-commits
mailing list