Browse Source

update c76 code ut

pull/743/head
wqtshg 4 years ago
parent
commit
7f542c2b68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/ge/common/format_transfer_unittest.cc

+ 1
- 1
tests/ut/ge/common/format_transfer_unittest.cc View File

@@ -79,7 +79,7 @@ TEST_F(UtestFormatTransfer, get_size_by_data_type) {
EXPECT_EQ(GetSizeByDataType(DT_STRING_REF), -1);
EXPECT_EQ(GetSizeByDataType(DT_DUAL), 5);
EXPECT_EQ(GetSizeByDataType(DT_UNDEFINED), -1);
EXPECT_EQ(DT_UNDEFINED, 27);
EXPECT_EQ(DT_UNDEFINED, 26);
}
} // namespace formats
} // namespace ge

Loading…
Cancel
Save