diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-08-16 20:53:59 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-08-16 20:53:59 +0000 |
commit | 5e8840c7a6840c9dd67dc3b8ca0ab965db439e32 (patch) | |
tree | e6122ba4dba158222f75a474669f28ea2eb74067 | |
parent | 6c2dc4d99392042a70dff89ee8cfa9594075709e (diff) |
Move the C++ Sema tests into a separate SemaCXX directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54853 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Makefile | 2 | ||||
-rw-r--r-- | test/SemaCXX/class.cpp (renamed from test/Sema/cxx-class.cpp) | 0 | ||||
-rw-r--r-- | test/SemaCXX/namespace.cpp (renamed from test/Sema/cxx-namespace.cpp) | 0 | ||||
-rw-r--r-- | test/SemaCXX/references.cpp (renamed from test/Sema/cxx-references.cpp) | 0 | ||||
-rw-r--r-- | test/SemaCXX/this.cpp (renamed from test/Sema/cxx-this.cpp) | 0 | ||||
-rw-r--r-- | test/SemaCXX/wchar_t.cpp (renamed from test/Sema/cxx-wchar_t.cpp) | 0 |
6 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 43ff548234..8164f2ee2c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ LEVEL = ../../.. include $(LEVEL)/Makefile.common -TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaObjC Analysis Serialization Rewriter +TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaCXX SemaObjC Analysis Serialization Rewriter # Only run rewriter tests on darwin. ifeq ($(OS),Darwin) diff --git a/test/Sema/cxx-class.cpp b/test/SemaCXX/class.cpp index 1fbff69cb5..1fbff69cb5 100644 --- a/test/Sema/cxx-class.cpp +++ b/test/SemaCXX/class.cpp diff --git a/test/Sema/cxx-namespace.cpp b/test/SemaCXX/namespace.cpp index 62251d3535..62251d3535 100644 --- a/test/Sema/cxx-namespace.cpp +++ b/test/SemaCXX/namespace.cpp diff --git a/test/Sema/cxx-references.cpp b/test/SemaCXX/references.cpp index 3637573b44..3637573b44 100644 --- a/test/Sema/cxx-references.cpp +++ b/test/SemaCXX/references.cpp diff --git a/test/Sema/cxx-this.cpp b/test/SemaCXX/this.cpp index b8bf4b7d3a..b8bf4b7d3a 100644 --- a/test/Sema/cxx-this.cpp +++ b/test/SemaCXX/this.cpp diff --git a/test/Sema/cxx-wchar_t.cpp b/test/SemaCXX/wchar_t.cpp index 43dd6ee994..43dd6ee994 100644 --- a/test/Sema/cxx-wchar_t.cpp +++ b/test/SemaCXX/wchar_t.cpp |