test fixes

This commit is contained in:
ProgramSnail 2023-04-29 13:05:14 +03:00
parent d12811b0eb
commit 776b6cccc6
4 changed files with 11 additions and 11 deletions

View file

@ -10,10 +10,10 @@ namespace Array {
decl something : Unit -> Unit
}
namespace var : Array {
namespace var Array {
decl something : Unit -> Unit
}
namespace const : Array {
namespace const Array {
decl something : Unit -> Unit
}