mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 13:06:57 +08:00
Renamed tests to test
This commit is contained in:
@@ -166,12 +166,12 @@ void test2() {
|
||||
}
|
||||
} // namespace tests
|
||||
|
||||
static void tests() {
|
||||
static void test() {
|
||||
tests::test1();
|
||||
tests::test2();
|
||||
}
|
||||
|
||||
int main() {
|
||||
tests();
|
||||
test();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user