aboutsummaryrefslogtreecommitdiff
path: root/unittests/Tooling
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2012-07-17 08:37:03 +0000
committerDaniel Jasper <djasper@google.com>2012-07-17 08:37:03 +0000
commit8ee04480df468a11667dbfad1049d2b08c4b9482 (patch)
tree4c6253ae6b9a1ec8c34d4cf8152a494667de9124 /unittests/Tooling
parente87f3f62bcbe8bc562c1623c9e8bb49cf31c0460 (diff)
Finishing the move of RefactoringCallbacks and fixing the corresponding
buildbot failures. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160355 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Tooling')
-rw-r--r--unittests/Tooling/RefactoringCallbacksTest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/unittests/Tooling/RefactoringCallbacksTest.cpp b/unittests/Tooling/RefactoringCallbacksTest.cpp
index 90d9377ccd..00eb193d74 100644
--- a/unittests/Tooling/RefactoringCallbacksTest.cpp
+++ b/unittests/Tooling/RefactoringCallbacksTest.cpp
@@ -14,7 +14,9 @@
#include "RewriterTestContext.h"
namespace clang {
-namespace ast_matchers {
+namespace tooling {
+
+using namespace ast_matchers;
template <typename T>
void expectRewritten(const std::string &Code,