diff --git a/untested/const/const.go b/tests/const/const.go similarity index 100% rename from untested/const/const.go rename to tests/const/const.go diff --git a/untested/const/const.go.json b/tests/const/const.go.json similarity index 100% rename from untested/const/const.go.json rename to tests/const/const.go.json diff --git a/untested/const/const.vv b/tests/const/const.vv similarity index 71% rename from untested/const/const.vv rename to tests/const/const.vv index f592517..c368c2d 100644 --- a/untested/const/const.vv +++ b/tests/const/const.vv @@ -1,13 +1,8 @@ module main -const struct_uppercase_to_handle = 123 - +pub const struct_uppercase_to_handle = 123 const struct1 = 'dsfsdfs' - const bbb = `b` - const ccc = `c` - const struct2 = `a` - const struct3 = true