aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2022-07-27 16:47:49 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2022-07-27 16:47:49 +0200
commit56c8aa0362f8e6f2b8b1c019f4d09fc1230b5eaa (patch)
treede1f60f659af13317019cb4aab1e5526579b527b /tests
parent1895b3b04fb0a88a2a8b1778908140555a372074 (diff)
CI added for odinfmt
Diffstat (limited to 'tests')
-rw-r--r--tests/definition_test.odin2
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)