summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2003-09-30-CommaExprBug.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-02-09 16:41:31 +0000
committerChris Lattner <sabre@nondot.org>2011-02-09 16:41:31 +0000
commite787786999af4f7d478b6cc5bf084bc0adf08c13 (patch)
tree1a734d6578f0c2a783a9d3e99f050db6392bbacd /llvm/test/FrontendC++/2003-09-30-CommaExprBug.cpp
parent7f4b42eee9efec4a224d98d92e70231cb31cbf5d (diff)
downloadbcm5719-llvm-e787786999af4f7d478b6cc5bf084bc0adf08c13.tar.gz
bcm5719-llvm-e787786999af4f7d478b6cc5bf084bc0adf08c13.zip
remove a small scattering of basically pointless tests. These are
all covered by llvm-test, which is what they were reduced from back in 2003. llvm-svn: 125189
Diffstat (limited to 'llvm/test/FrontendC++/2003-09-30-CommaExprBug.cpp')
-rw-r--r--llvm/test/FrontendC++/2003-09-30-CommaExprBug.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/FrontendC++/2003-09-30-CommaExprBug.cpp b/llvm/test/FrontendC++/2003-09-30-CommaExprBug.cpp
deleted file mode 100644
index 365795dafde..00000000000
--- a/llvm/test/FrontendC++/2003-09-30-CommaExprBug.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
-
-class Empty {};
-
-void foo(Empty E);
-
-void bar() {
- foo(Empty());
-}
-
OpenPOWER on IntegriCloud