diff options
Diffstat (limited to 'tests/union-passing.qbe')
-rw-r--r-- | tests/union-passing.qbe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/union-passing.qbe b/tests/union-passing.qbe index 96e8523..2edd8db 100644 --- a/tests/union-passing.qbe +++ b/tests/union-passing.qbe @@ -1,4 +1,4 @@ -type :.1 = { w, } +type :.1 = { { w } { s } } export function $f(:.1 %.1) { @start.1 |