diff options
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/typeinfo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example/typeinfo.txt b/test/example/typeinfo.txt index 5fff87f23..cb5453407 100644 --- a/test/example/typeinfo.txt +++ b/test/example/typeinfo.txt @@ -12,7 +12,7 @@ i31 i31ref (ref i31) (func) -(type $struct.0 (struct )) +(type $struct.0 (struct)) (type $array.0 (array i32)) ;; Signature @@ -24,7 +24,7 @@ i31ref (ref null $func.0) ;; Struct -(type $struct.0 (struct )) +(type $struct.0 (struct)) (ref $struct.0) (ref null $struct.0) (type $struct.0 (struct (field i32) (field i64) (field (mut f32)) (field (mut f64)))) |