Removed data test case initializing pointers with phrases

Phrase parsing is out of scope for this branch. It will be implemented at the
same time as function parsing.
This commit is contained in:
Sasha Koshka
2022-08-17 14:16:54 -04:00
parent e5b92009f0
commit d78f150336
2 changed files with 5 additions and 6 deletions

View File

@@ -16,10 +16,11 @@ data wr integerArrayVariable:{Int ..}
data wr integerArrayInitialized:{Int 16}
3948 293 293049 948 912
340 0 2304 0 4785 92
data wr integerPointerInit:{Int} #[& integer]
data wr mutIntegerPointerInit:{Int}:mut #[& integer]
# TODO: reinstate these two after phrase parsing is implemented
# data wr integerPointerInit:{Int} [& integer]
# data wr mutIntegerPointerInit:{Int}:mut [& integer]
data wr object:Obj
.this 324