From 642fdcfdb64dc933754e37cfc4b2cea36a69a22b Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Mon, 18 Jul 2022 19:44:13 +0200 Subject: Fix regression and added it to snapshot. --- tools/odinfmt/tests/.snapshots/proc_types.odin | 8 ++++++++ tools/odinfmt/tests/proc_types.odin | 5 +++++ 2 files changed, 13 insertions(+) (limited to 'tools') 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) { + + +} -- cgit v1.2.3