mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Deprecate old void! @benchmark and @test functions.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user