mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Renamed tests to test
This commit is contained in:
parent
54143f2450
commit
41af1e4d21
@ -166,12 +166,12 @@ void test2() {
|
||||
}
|
||||
} // namespace tests
|
||||
|
||||
static void tests() {
|
||||
static void test() {
|
||||
tests::test1();
|
||||
tests::test2();
|
||||
}
|
||||
|
||||
int main() {
|
||||
tests();
|
||||
test();
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user