diff options
author | Ayke van Laethem <[email protected]> | 2019-05-13 20:35:20 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-05-14 11:18:38 +0200 |
commit | 0a4021968022fb6e55e06b01665df590760356e1 (patch) | |
tree | 23d5fecdd48723c9dfd96b211850dd7922e95b9e /testdata/channel.txt | |
parent | c981f14e61dcfc8e3bde8a8785c73c997e48f278 (diff) | |
download | tinygo-0a4021968022fb6e55e06b01665df590760356e1.tar.gz tinygo-0a4021968022fb6e55e06b01665df590760356e1.zip |
compiler: implement comparing channel values
Diffstat (limited to 'testdata/channel.txt')
-rw-r--r-- | testdata/channel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/channel.txt b/testdata/channel.txt index 0d11d4e6f..9daef1be5 100644 --- a/testdata/channel.txt +++ b/testdata/channel.txt @@ -1,4 +1,4 @@ -len, cap of channel: 0 0 +len, cap of channel: 0 0 false recv from open channel: 1 true received num: 2 received num: 3 |