Skip to content

Commit 8837dbe

Browse files
authored
fix: remove build log's checks (#303)
* specification is not mentioning that build log must be empty if success is returned
1 parent cef10f6 commit 8837dbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conformance_tests/core/test_module/src/test_module.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,6 @@ LZT_TEST_F(
643643
build_log_size = lzt::get_build_log_size(log);
644644
build_log_str = lzt::get_build_log_string(log);
645645

646-
EXPECT_EQ(1, build_log_size);
647-
EXPECT_EQ('\0', build_log_str[0]);
648646
LOG_INFO << "Build Log Size = " << build_log_size;
649647
LOG_INFO << "Build Log String = " << build_log_str;
650648

0 commit comments

Comments
 (0)