made test function non static

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma 2021-07-02 07:46:35 +05:30 committed by GitHub
parent 40b0438d20
commit 49719c366c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}