diff options
author | Daniel Jasper <djasper@google.com> | 2012-07-17 08:37:03 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2012-07-17 08:37:03 +0000 |
commit | 6389dd145d63a8c45ef3e4a939ffdad2db621a63 (patch) | |
tree | 09586ec20ef9d02a139a4fe7f96bd917e9d3fad6 /clang/unittests/Tooling/RefactoringCallbacksTest.cpp | |
parent | 780f9b5f927f84d2191c9aa162194319e57fae86 (diff) | |
download | bcm5719-llvm-6389dd145d63a8c45ef3e4a939ffdad2db621a63.tar.gz bcm5719-llvm-6389dd145d63a8c45ef3e4a939ffdad2db621a63.zip |
Finishing the move of RefactoringCallbacks and fixing the corresponding
buildbot failures.
llvm-svn: 160355
Diffstat (limited to 'clang/unittests/Tooling/RefactoringCallbacksTest.cpp')
-rw-r--r-- | clang/unittests/Tooling/RefactoringCallbacksTest.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/RefactoringCallbacksTest.cpp b/clang/unittests/Tooling/RefactoringCallbacksTest.cpp index 90d9377ccd6..00eb193d74c 100644 --- a/clang/unittests/Tooling/RefactoringCallbacksTest.cpp +++ b/clang/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, |