mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 02:05:38 +02:00
renamed hub -> context
(also did some reformatting)
This commit is contained in:
@@ -34,7 +34,7 @@ int main (int argc, char * const argv[])
|
||||
int result =Catch::Main( argc, argv );
|
||||
|
||||
#endif
|
||||
Catch::Hub::cleanUp();
|
||||
Catch::Context::cleanUp();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user