diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-07-27 16:47:49 +0200 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-07-27 16:47:49 +0200 |
| commit | 56c8aa0362f8e6f2b8b1c019f4d09fc1230b5eaa (patch) | |
| tree | de1f60f659af13317019cb4aab1e5526579b527b /tests | |
| parent | 1895b3b04fb0a88a2a8b1778908140555a372074 (diff) | |
CI added for odinfmt
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/definition_test.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/definition_test.odin b/tests/definition_test.odin index 8dff4b0..ea0a35b 100644 --- a/tests/definition_test.odin +++ b/tests/definition_test.odin @@ -7,6 +7,7 @@ import "shared:common" import test "shared:testing" +/* @(test) ast_goto_untyped_value :: proc(t: ^testing.T) { source := test.Source { @@ -40,6 +41,7 @@ ast_goto_untyped_value :: proc(t: ^testing.T) { test.expect_definition_locations(t, &source, {location}); } +*/ /* @(test) |