diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-12 02:16:29 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-12 02:16:29 +0000 |
commit | 1a4191d0697098c424646654784399b839f87bc4 (patch) | |
tree | b15f623f4f34ea5ed9a8ec151a42005a09e3a2df /unittests/Lex/LexerTest.cpp | |
parent | 7a525acb2ba57ea03cfc8f843bfb2e5f81caf65f (diff) |
clang/unittests: Fixup corresponding to r172290.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Lex/LexerTest.cpp')
-rw-r--r-- | unittests/Lex/LexerTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unittests/Lex/LexerTest.cpp b/unittests/Lex/LexerTest.cpp index 7fca7f4e49..a7c6284951 100644 --- a/unittests/Lex/LexerTest.cpp +++ b/unittests/Lex/LexerTest.cpp @@ -59,6 +59,9 @@ class VoidModuleLoader : public ModuleLoader { bool IsInclusionDirective) { return ModuleLoadResult(); } + + virtual void makeModuleVisible(Module *Mod, + Module::NameVisibilityKind Visibility) { } }; TEST_F(LexerTest, LexAPI) { |