mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Add pkg field to testing.Internal_Test
This commit is contained in:
@@ -3,9 +3,12 @@ package testing
|
||||
import "core:fmt"
|
||||
import "core:io"
|
||||
|
||||
// IMPORTANT NOTE: Compiler requires this layout
|
||||
Test_Signature :: proc(^T);
|
||||
|
||||
// IMPORTANT NOTE: Compiler requires this layout
|
||||
Internal_Test :: struct {
|
||||
pkg: string,
|
||||
name: string,
|
||||
p: Test_Signature,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user