remove a test until a tcc bug is fixed

pull/2728/head
Alexander Medvednikov 2019-11-11 05:27:30 +03:00
parent b3143bb559
commit bf98eb55ee
1 changed files with 3 additions and 0 deletions

View File

@ -135,11 +135,14 @@ fn get_foo() Foo {
// This used to be broken.
fn test_ref_fn_arg() {
// TODO tcc bug
/*
$if !tinyc {
process_foo(get_foo())
println(3434)
assert true
}
*/
/*
res := (time.random().calc_unix())