mirror of
https://github.com/irmen/prog8.git
synced 2025-11-02 13:16:07 +00:00
error messages and trying to improve support for struct allocs in arrays
added sorting example
This commit is contained in:
@@ -246,7 +246,8 @@ class TestCompilerOnExamplesVirtual: FunSpec({
|
||||
"pointers/animalgame",
|
||||
"pointers/binarytree", // TODO add to "c64" later as well
|
||||
"pointers/sortedlist", // TODO add to "c64" later as well
|
||||
"pointers/fountain" // TODO add to "c64" later as well
|
||||
"pointers/fountain", // TODO add to "c64" later as well
|
||||
"pointers/sorting" // TODO add to "c64" later as well
|
||||
),
|
||||
listOf(false, true)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user