fucking fail ffs!
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
light7734 2025-07-17 11:44:31 +03:30
parent c070b7abff
commit e0a177a73f
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -22,6 +22,13 @@ lt::test::Suite raii = [] {
}; };
lt::test::Case { "unhappy path throws" } = [] { lt::test::Case { "unhappy path throws" } = [] {
global_leak = new int(42); // Allocated memory, never freed
global_leak = new int(42); // Allocated memory, never freed
global_leak = new int(42); // Allocated memory, never freed
global_leak = new int(42); // Allocated memory, never freed
global_leak = new int(42); // Allocated memory, never freed
global_leak = new int(42); // Allocated memory, never freed
global_leak = new int(42); // Allocated memory, never freed
}; };
lt::test::Case { "plenty" } = [] { lt::test::Case { "plenty" } = [] {