Skip to content

Commit a1696b4

Browse files
committed
fmt & test
Created using spr 1.3.4
1 parent e363d3a commit a1696b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/msan/tests/msan_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4901,6 +4901,7 @@ TEST(MemorySanitizer, timer_create) {
49014901
res = timer_create(INT_MAX, nullptr, &timer2);
49024902
ASSERT_EQ(-1, res);
49034903
EXPECT_POISONED(timer2);
4904+
timer_delete(timer);
49044905
}
49054906
#endif
49064907
} // namespace

0 commit comments

Comments
 (0)