diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-15 18:41:11 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-15 18:41:11 +0000 |
commit | 506e4e88fcc7ba61ac8946baebf4b2e421a3aa5e (patch) | |
tree | 03bb69add28a452f4bfa6cecda3c169491ccc7b2 | |
parent | b9f1b9b1ed28583f197ea812143e4b53b115a977 (diff) | |
download | external_llvm-506e4e88fcc7ba61ac8946baebf4b2e421a3aa5e.zip external_llvm-506e4e88fcc7ba61ac8946baebf4b2e421a3aa5e.tar.gz external_llvm-506e4e88fcc7ba61ac8946baebf4b2e421a3aa5e.tar.bz2 |
Apparently Darwin doesn't have /dev/full :-(.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75809 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Assembler/dev-full.ll | 3 |
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 6f600f9..0000000 --- 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. |