diff options
Diffstat (limited to 'test/c/struct.expect')
| -rw-r--r-- | test/c/struct.expect | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/c/struct.expect b/test/c/struct.expect index ecf6e2e1..a2120904 100644 --- a/test/c/struct.expect +++ b/test/c/struct.expect @@ -1,3 +1,3 @@ -x.A = 4'0x8 -x.A = 4'0xF -(struct {A = 0b1111, B = 0b11} : test).B = 2'0x3 +x.A = 0x8 +x.A = 0xF +(struct {A = 0b1111, B = 0b11} : test).B = 0b11 |
