提交 fb3f94c9 编写于 作者: G gangliao 提交者: GitHub

Merge pull request #2346 from wangkuiyi/remove_unnecessary_test_output

remove unnecessary unit test outputs
#include "paddle/majel/place.h" #include "paddle/majel/place.h"
#include <sstream> #include <sstream>
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "paddle/utils/Logging.h"
TEST(Place, Equality) { TEST(Place, Equality) {
majel::CpuPlace cpu; majel::CpuPlace cpu;
...@@ -38,5 +37,4 @@ TEST(Place, Print) { ...@@ -38,5 +37,4 @@ TEST(Place, Print) {
ss << majel::CpuPlace(); ss << majel::CpuPlace();
EXPECT_EQ("CpuPlace", ss.str()); EXPECT_EQ("CpuPlace", ss.str());
} }
LOG(INFO) << "\n[----------] Done \n";
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册