mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 06:18:39 +00:00
Fix test name, add PR link, use tabs
This commit is contained in:
@@ -3,8 +3,9 @@ package test_internal
|
||||
import "core:testing"
|
||||
import "test_imported_proc_groups"
|
||||
|
||||
// https://github.com/odin-lang/Odin/pull/6119
|
||||
@test
|
||||
test_ :: proc(t: ^testing.T) {
|
||||
use_proc :: proc(proc()) { }
|
||||
use_proc(test_imported_proc_groups.proc_group)
|
||||
test_use_imported_proc_group_as_argument :: proc(t: ^testing.T) {
|
||||
use_proc :: proc(proc()) { }
|
||||
use_proc(test_imported_proc_groups.proc_group)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user