diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-07-18 19:44:13 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-07-18 19:44:13 +0200 |
| commit | 642fdcfdb64dc933754e37cfc4b2cea36a69a22b (patch) | |
| tree | b9c09c0cb0b32d79f70be7ce1f4567d6e7ad86e7 /tools | |
| parent | 0bce9200239fed06dd71ab82a7e0de254a146cff (diff) | |
Fix regression and added it to snapshot.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/odinfmt/tests/.snapshots/proc_types.odin | 8 | ||||
| -rw-r--r-- | tools/odinfmt/tests/proc_types.odin | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tools/odinfmt/tests/.snapshots/proc_types.odin b/tools/odinfmt/tests/.snapshots/proc_types.odin index da6e334..50bf04d 100644 --- a/tools/odinfmt/tests/.snapshots/proc_types.odin +++ b/tools/odinfmt/tests/.snapshots/proc_types.odin @@ -3,3 +3,11 @@ package odinfmt_test GetPhysicsBody :: proc(index: int) -> ReallllllllllllllllllllllllllllllllllllllyThiccccccccccccccccccccccccPhysicsBody + + +tracking_allocator_check_leaks :: proc( + tracking_allocator: ^mem.Tracking_Allocator, +) { + + +} diff --git a/tools/odinfmt/tests/proc_types.odin b/tools/odinfmt/tests/proc_types.odin index 53dafa3..3cd54f1 100644 --- a/tools/odinfmt/tests/proc_types.odin +++ b/tools/odinfmt/tests/proc_types.odin @@ -3,3 +3,8 @@ package odinfmt_test GetPhysicsBody :: proc(index: int) -> ReallllllllllllllllllllllllllllllllllllllyThiccccccccccccccccccccccccPhysicsBody + +tracking_allocator_check_leaks :: proc(tracking_allocator: ^mem.Tracking_Allocator) { + + +} |