commit | 1a4191d0697098c424646654784399b839f87bc4 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Sat Jan 12 02:16:29 2013 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Sat Jan 12 02:16:29 2013 +0000 |
tree | b15f623f4f34ea5ed9a8ec151a42005a09e3a2df | |
parent | 7a525acb2ba57ea03cfc8f843bfb2e5f81caf65f [diff] [blame] |
clang/unittests: Fixup corresponding to r172290. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172295 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/Lex/LexerTest.cpp b/unittests/Lex/LexerTest.cpp index 7fca7f4..a7c6284 100644 --- a/unittests/Lex/LexerTest.cpp +++ b/unittests/Lex/LexerTest.cpp
@@ -59,6 +59,9 @@ bool IsInclusionDirective) { return ModuleLoadResult(); } + + virtual void makeModuleVisible(Module *Mod, + Module::NameVisibilityKind Visibility) { } }; TEST_F(LexerTest, LexAPI) {