diff options
author | Konstantin Yegupov <[email protected]> | 2019-01-31 01:12:57 +1000 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2019-01-31 16:35:22 +0100 |
commit | 504c82a0e7edab55d2c9b326309151a9d7f32750 (patch) | |
tree | 4c0f67b1c90352576701e261d6824daa2a93c586 /testdata/map.txt | |
parent | f8a1e5f4491b8206b23f351721c9b10e37526c8c (diff) | |
download | tinygo-504c82a0e7edab55d2c9b326309151a9d7f32750.tar.gz tinygo-504c82a0e7edab55d2c9b326309151a9d7f32750.zip |
compiler: support for byte arrays as keys in maps
Diffstat (limited to 'testdata/map.txt')
-rw-r--r-- | testdata/map.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/map.txt b/testdata/map.txt index a11e421c6..a41522f78 100644 --- a/testdata/map.txt +++ b/testdata/map.txt @@ -52,3 +52,5 @@ false true 2 true false 0 4 42 +4321 +5555 |