提交 af065196 编写于 作者: L liaogang

clang-format test.cc

上级 44714520
#include "libadder.h"
#include <iostream>
#include "gtest/gtest.h"
#include "libadder.h"
TEST(Cgo, Invoke) {
EXPECT_EQ(GoAdder(30, 12), 42);
}
TEST(Cgo, Invoke) { EXPECT_EQ(GoAdder(30, 12), 42); }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册