mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
made test function non static
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
40b0438d20
commit
49719c366c
@ -252,7 +252,7 @@ class TestCases {
|
||||
* @brief A test function that runs various checks
|
||||
* @returns void
|
||||
*/
|
||||
void test() {
|
||||
static void test() {
|
||||
TestCases tc;
|
||||
tc.runTests();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user