Skip to content

Commit 32efeba

Browse files
aaronj0vgvassilev
authored andcommitted
Rename usage of InstantiateTemplate
1 parent d5bef3c commit 32efeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/ScopeReflectionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ TEST(ScopeReflectionTest, InstantiateTemplateFunctionFromString) {
807807
EXPECT_TRUE(Instance1);
808808
}
809809

810-
TEST(ScopeReflectionTest, InstantiateClassTemplate) {
810+
TEST(ScopeReflectionTest, InstantiateTemplate) {
811811
std::vector<Decl *> Decls;
812812
std::string code = R"(
813813
template<typename T>

0 commit comments

Comments
 (0)