commit | 8ee04480df468a11667dbfad1049d2b08c4b9482 | [log] [tgz] |
---|---|---|
author | Daniel Jasper <djasper@google.com> | Tue Jul 17 08:37:03 2012 +0000 |
committer | Daniel Jasper <djasper@google.com> | Tue Jul 17 08:37:03 2012 +0000 |
tree | 4c6253ae6b9a1ec8c34d4cf8152a494667de9124 | |
parent | e87f3f62bcbe8bc562c1623c9e8bb49cf31c0460 [diff] [blame] |
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
diff --git a/unittests/Tooling/RefactoringCallbacksTest.cpp b/unittests/Tooling/RefactoringCallbacksTest.cpp index 90d9377..00eb193 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,