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

8 lines
117 B
C++
Raw Normal View History

#include "pch.h"
2022-05-26 21:52:01 +00:00
import Shadow.FileFormat;
TEST(TestCaseName, TestName) {
EXPECT_EQ(1, 1);
EXPECT_TRUE(true);
}