lolautoaccept/tests/sampletest.cpp
2022-03-01 01:28:30 +01:00

7 lines
63 B
C++

#include "test.h"
TEST(ABC) {
CMPASSERT(1, true);
} TESTEND