diff options
| author | ruki <[email protected]> | 2023-11-04 00:37:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-04 00:37:49 +0800 |
| commit | fac89c711d7678ec6d61f63fa66c5e342dada07c (patch) | |
| tree | 161ea04bcf69f5ad1f20a7fce8e7caeec5a16e35 /tests | |
| parent | 3759d000d365d9b53c515de73989398230e8bf9f (diff) | |
remove files for test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/c++/doctest/tests/test_1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/doctest/tests/test_1.cpp b/tests/projects/c++/doctest/tests/test_1.cpp index 8ab727d06..84b726cf2 100644 --- a/tests/projects/c++/doctest/tests/test_1.cpp +++ b/tests/projects/c++/doctest/tests/test_1.cpp @@ -5,7 +5,7 @@ int factorial(int number) { } TEST_CASE("testing the factorial function") { - CHECK(factorial(1) == 1); + CHECK(factorial(1) == 10); CHECK(factorial(2) == 2); CHECK(factorial(3) == 6); CHECK(factorial(10) == 3628800); |
