Skip to content

Commit

Permalink
fix ut compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinLeeo committed Oct 20, 2024
1 parent 66bc180 commit 02d6e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_cpp_procedure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class TestCppPlugin : public TuGraphTest {};

class PluginTester : public lgraph::SingleLanguagePluginManager {
friend class TestCppPlugin_CppPlugin_Test;
friend class TestCppPlugin_DISABLED_CppPlugin_Test;

public:
PluginTester(lgraph::LightningGraph* db, const std::string& d, const std::string& t)
Expand All @@ -42,7 +42,7 @@ class PluginTester : public lgraph::SingleLanguagePluginManager {
};

class CppPluginImplTester : public lgraph::CppPluginManagerImpl {
friend class TestCppPlugin_CppPlugin_Test;
friend class TestCppPlugin_DISABLED_CppPlugin_Test;
};

void build_so() {
Expand Down

0 comments on commit 02d6e04

Please sign in to comment.