diff options
| author | ruki <[email protected]> | 2022-08-24 23:35:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-24 23:35:04 +0800 |
| commit | 1403886d0b46331539c695511e78bf40b4ff08e6 (patch) | |
| tree | 79c804fa0f965de78a83a4c70064470160a4f0fd /tests/projects/c++/modules/partitions2/src | |
| parent | a77e6df407c6b411d73f3c129db02526c3cdac32 (diff) | |
fix tests
Diffstat (limited to 'tests/projects/c++/modules/partitions2/src')
| -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)
{
|
