diff options
| author | ruki <[email protected]> | 2024-03-14 00:53:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-14 00:53:55 +0800 |
| commit | 83abf6ad653df37a750c63afa7cae2acf03e11a4 (patch) | |
| tree | d9f35d4497eb9a595398ffe2d97d39226eb539bc /tests/projects/c++/modules/partitions_implunit/src/main.cpp | |
| parent | ed96baab01f8e2d419788ecf485502f6e5509b7e (diff) | |
improve test again
Diffstat (limited to 'tests/projects/c++/modules/partitions_implunit/src/main.cpp')
| -rw-r--r-- | tests/projects/c++/modules/partitions_implunit/src/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/projects/c++/modules/partitions_implunit/src/main.cpp b/tests/projects/c++/modules/partitions_implunit/src/main.cpp index c8c0bfd65..acef780c2 100644 --- a/tests/projects/c++/modules/partitions_implunit/src/main.cpp +++ b/tests/projects/c++/modules/partitions_implunit/src/main.cpp @@ -1,7 +1,6 @@ -import math;
+import Foo;
int main(int argc, char** argv) {
- auto a{ Math::lerchZeta(1, 2, 3) };
- auto b{ Math::superLog(1, 2) };
+ foo();
return 0;
}
|
