From bd11cae6fa2f05b0499c010f810885433a6fd2f6 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 19 Aug 2011 21:51:39 +0000 Subject: Remove tests migrated to clang. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138100 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/2009-07-16-Using.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/FrontendC++/2009-07-16-Using.cpp (limited to 'test/FrontendC++/2009-07-16-Using.cpp') diff --git a/test/FrontendC++/2009-07-16-Using.cpp b/test/FrontendC++/2009-07-16-Using.cpp deleted file mode 100644 index c0e031424a..0000000000 --- a/test/FrontendC++/2009-07-16-Using.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %llvmgxx %s -S -o /dev/null - -namespace A { - typedef int B; -} -struct B { -}; -using ::A::B; -- cgit v1.2.3