diff options
Diffstat (limited to 'tests/projects/c++/modules')
| -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)
{
|
