summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2010-02-08-NamespaceVar.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-02-17 08:53:27 +0000
committerEric Christopher <echristo@apple.com>2010-02-17 08:53:27 +0000
commit624ee8da0dd8d47bd738c0cf9ed75ec2053cce33 (patch)
tree514b902ddb09c9dba9fb4dfd98db27258340ebf7 /llvm/test/FrontendC++/2010-02-08-NamespaceVar.cpp
parentb2ef2f14273913d4a5b54489dcfaa46c2fd85ea3 (diff)
downloadbcm5719-llvm-624ee8da0dd8d47bd738c0cf9ed75ec2053cce33.tar.gz
bcm5719-llvm-624ee8da0dd8d47bd738c0cf9ed75ec2053cce33.zip
Revert:
r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. llvm-svn: 96474
Diffstat (limited to 'llvm/test/FrontendC++/2010-02-08-NamespaceVar.cpp')
-rw-r--r--llvm/test/FrontendC++/2010-02-08-NamespaceVar.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/test/FrontendC++/2010-02-08-NamespaceVar.cpp b/llvm/test/FrontendC++/2010-02-08-NamespaceVar.cpp
deleted file mode 100644
index cd8247aeaa0..00000000000
--- a/llvm/test/FrontendC++/2010-02-08-NamespaceVar.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// RUN: %llvmgxx -S %s -o - | grep cX
-
-namespace C {
- int c = 1;
- namespace {
- int cX = 6;
- void marker2() {
- cX;
- }
- }
-}
-
-int main() {
- C::marker2();
- return 0;
-}
OpenPOWER on IntegriCloud