Skip to content

Commit

Permalink
Rename usage of InstantiateTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 authored and vgvassilev committed Apr 5, 2024
1 parent d5bef3c commit 32efeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/CppInterOp/ScopeReflectionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ TEST(ScopeReflectionTest, InstantiateTemplateFunctionFromString) {
EXPECT_TRUE(Instance1);
}

TEST(ScopeReflectionTest, InstantiateClassTemplate) {
TEST(ScopeReflectionTest, InstantiateTemplate) {
std::vector<Decl *> Decls;
std::string code = R"(
template<typename T>
Expand Down

0 comments on commit 32efeba

Please # to comment.