Wrote interface test case
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
:arf
|
||||
---
|
||||
|
||||
face ro ReadWriter:Face
|
||||
face ro aReadWriter:Face
|
||||
write
|
||||
> data:{Byte ..}
|
||||
< wrote:Int
|
||||
@@ -11,7 +11,10 @@ face ro ReadWriter:Face
|
||||
< read:Int
|
||||
< err:Error
|
||||
|
||||
face ro Destroyer:Face
|
||||
face ro bDestroyer:Face
|
||||
destroy
|
||||
|
||||
# TODO: add test case for func interface
|
||||
face ro cFuncInterface
|
||||
> something:Int
|
||||
< someOutput:Int
|
||||
< otherOutput:String
|
||||
|
||||
Reference in New Issue
Block a user