summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2022-08-24 23:35:04 +0800
committerruki <[email protected]>2022-08-24 23:35:04 +0800
commit1403886d0b46331539c695511e78bf40b4ff08e6 (patch)
tree79c804fa0f965de78a83a4c70064470160a4f0fd /tests/projects
parenta77e6df407c6b411d73f3c129db02526c3cdac32 (diff)
fix tests
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/c++/modules/partitions2/src/math_helpers.mpp (renamed from tests/projects/c++/modules/partitions2/src/math_helpers.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/partitions2/src/math_helpers.cpp b/tests/projects/c++/modules/partitions2/src/math_helpers.mpp
index f7089bb20..a92cb5e4a 100644
--- a/tests/projects/c++/modules/partitions2/src/math_helpers.cpp
+++ b/tests/projects/c++/modules/partitions2/src/math_helpers.mpp
@@ -1,4 +1,4 @@
-module math:details; // math:details implementation partition
+export module math:details; // math:details implementation partition
double someHelperFunction(double a)
{