Deprecate old void! @benchmark and @test functions.

This commit is contained in:
Christoffer Lerno
2025-01-09 20:33:53 +01:00
parent c22b7d45c1
commit b941f93416
73 changed files with 988 additions and 860 deletions

View File

@@ -1,6 +1,6 @@
module string_test;
fn void! test_clear() @test
fn void test_clear() @test
{
DString s = dstring::new_with_capacity(32);
assert(s.len() == 0);