summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-15 18:41:11 +0000
committerDan Gohman <gohman@apple.com>2009-07-15 18:41:11 +0000
commit2467677cd601272e0eef2a0eb720b9d3461f185e (patch)
tree03bb69add28a452f4bfa6cecda3c169491ccc7b2 /test/Assembler
parent823d9914a14efd9319f15945241c273cc0b34286 (diff)
downloadllvm-2467677cd601272e0eef2a0eb720b9d3461f185e.tar.gz
llvm-2467677cd601272e0eef2a0eb720b9d3461f185e.tar.bz2
llvm-2467677cd601272e0eef2a0eb720b9d3461f185e.tar.xz
Apparently Darwin doesn't have /dev/full :-(.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/dev-full.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Assembler/dev-full.ll b/test/Assembler/dev-full.ll
deleted file mode 100644
index 6f600f95fb..0000000000
--- a/test/Assembler/dev-full.ll
+++ /dev/null
@@ -1,3 +0,0 @@
-; RUN: not llvm-as < %s > /dev/full 2>/dev/null
-
-; raw_ostream should detect write errors.