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:
@@ -8,7 +8,7 @@ fn void init() @init
|
||||
set_benchmark_max_iterations(10_000);
|
||||
}
|
||||
|
||||
fn void! quicksort_bench() @benchmark
|
||||
fn void quicksort_bench() @benchmark
|
||||
{
|
||||
// test set: 500 numbers between 0 and 99;
|
||||
int[] data = {
|
||||
|
||||
Reference in New Issue
Block a user