aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/reflect.txt
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-08-07 16:56:05 +0200
committerRon Evans <[email protected]>2019-08-08 15:23:47 +0200
commitb8cd8b6f2567188751e0c19037c363ebe9f1b4d7 (patch)
treea1fc2214e55755637cca4504414986ca045b7018 /testdata/reflect.txt
parentf43d01bdc789328437e88927c2e2ecf4a8648390 (diff)
downloadtinygo-b8cd8b6f2567188751e0c19037c363ebe9f1b4d7.tar.gz
tinygo-b8cd8b6f2567188751e0c19037c363ebe9f1b4d7.zip
reflect: add support for Type.Bits()
Diffstat (limited to 'testdata/reflect.txt')
-rw-r--r--testdata/reflect.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/testdata/reflect.txt b/testdata/reflect.txt
index 0d89b6dd1..f43a62248 100644
--- a/testdata/reflect.txt
+++ b/testdata/reflect.txt
@@ -222,15 +222,15 @@ reflect type: struct
struct
sizes:
-int8 1
-int16 2
-int32 4
-int64 8
-uint8 1
-uint16 2
-uint32 4
-uint64 8
-float32 4
-float64 8
-complex64 8
-complex128 16
+int8 1 8
+int16 2 16
+int32 4 32
+int64 8 64
+uint8 1 8
+uint16 2 16
+uint32 4 32
+uint64 8 64
+float32 4 32
+float64 8 64
+complex64 8 64
+complex128 16 128