From 218abfd90286dd906f28c368802fd755808f1ab9 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Mar 2024 00:51:32 +0800 Subject: improve tests --- tests/projects/c++/modules/partitions2/src/math.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/projects/c++/modules/partitions2/src/math.cpp (limited to 'tests/projects/c++/modules/partitions2/src/math.cpp') diff --git a/tests/projects/c++/modules/partitions2/src/math.cpp b/tests/projects/c++/modules/partitions2/src/math.cpp deleted file mode 100644 index 3a10c8203..000000000 --- a/tests/projects/c++/modules/partitions2/src/math.cpp +++ /dev/null @@ -1,15 +0,0 @@ -module math; - -import :details; - -double Math::superLog(double z, double b) -{ - // Implementation omitted... - return someHelperFunction(z); -} - -double Math::lerchZeta(double lambda, double alpha, double s) -{ - // Implementation omitted... - return someHelperFunction(s); -} -- cgit v1.3.1