umbra/projs/shadow-file-format-test/test.cpp

6 lines
90 B
C++
Raw Normal View History

#include "pch.h"
TEST(TestCaseName, TestName) {
EXPECT_EQ(1, 1);
EXPECT_TRUE(true);
}