Updated test case to reflect previous commit

This commit is contained in:
Sasha Koshka 2022-08-23 14:07:56 -04:00
parent 8817d72cb3
commit 441b036a1c
2 changed files with 4 additions and 4 deletions

View File

@ -197,9 +197,9 @@ func Test (test *testing.T) {
checkTree ("../tests/parser/face",
`:arf
---
face ro Destroyer
face ro Destroyer:Face
destroy
face ro ReadWriter
face ro ReadWriter:Face
read
> into:{Byte ..}
< read:Int

View File

@ -1,7 +1,7 @@
:arf
---
face ro ReadWriter
face ro ReadWriter:Face
write
> data:{Byte ..}
< wrote:Int
@ -11,5 +11,5 @@ face ro ReadWriter
< read:Int
< err:Error
face ro Destroyer
face ro Destroyer:Face
destroy