diff options
| author | Dan Gohman <gohman@apple.com> | 2010-04-30 17:42:30 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-04-30 17:42:30 +0000 |
| commit | 6221b856804fe235ce95fd1ddf658bfe7f233c64 (patch) | |
| tree | 2ccd73bb03cdb2a7572ebac7e685557d7c90ebfe /llvm/test/FrontendC++/2009-07-16-Using.cpp | |
| parent | e82c25e87821558a2663e4bc57753a1ff8b80bd6 (diff) | |
| download | bcm5719-llvm-6221b856804fe235ce95fd1ddf658bfe7f233c64.tar.gz bcm5719-llvm-6221b856804fe235ce95fd1ddf658bfe7f233c64.zip | |
Add -o /dev/null to some tests which don't care about their output.
llvm-svn: 102722
Diffstat (limited to 'llvm/test/FrontendC++/2009-07-16-Using.cpp')
| -rw-r--r-- | llvm/test/FrontendC++/2009-07-16-Using.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2009-07-16-Using.cpp b/llvm/test/FrontendC++/2009-07-16-Using.cpp index 1acadf64212..c0e031424ac 100644 --- a/llvm/test/FrontendC++/2009-07-16-Using.cpp +++ b/llvm/test/FrontendC++/2009-07-16-Using.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx %s -S +// RUN: %llvmgxx %s -S -o /dev/null namespace A { typedef int B; |

