lolautoaccept/tests/sampletest.cpp

7 lines
63 B
C++
Raw Normal View History

2022-03-01 01:28:30 +01:00
#include "test.h"
TEST(ABC) {
CMPASSERT(1, true);
} TESTEND