Skip to content

Commit

Permalink
use TEST_ERR macro
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Mar 26, 2024
1 parent c232cc6 commit 6b73c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/h264.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,10 +723,10 @@ int test_h264_packet(void)
int err;

err = test_h264_packet_base(bitstream, false);
ASSERT_EQ(0, err);
TEST_ERR(err);

err = test_h264_packet_base(bitstream_long, true);
ASSERT_EQ(0, err);
TEST_ERR(err);

out:
return err;
Expand Down

0 comments on commit 6b73c44

Please sign in to comment.