commonDataTests.cpp 114 字节
Newer Older
H
more  
hzcheng 已提交
1 2 3 4 5 6 7
#include <gtest/gtest.h>

#include "dataformat.h"

TEST(commonDataTests, createDataRow) {
    EXPECT_EQ(1, 2/2);
}