aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
-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