Skip to content

Commit 6e7fc8f

Browse files
committed
Update expected test outputs
1 parent a2bd570 commit 6e7fc8f

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export 0 : Int64 -> Int64
2-
export 1 : Int64 -> Int64
3-
7034535277573963776 : Int64
4-
7034535277573963776 : Int64
1+
export 0 : i64 -> i64
2+
export 1 : i64 -> i64
3+
7034535277573963776 : i64
4+
7034535277573963776 : i64
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
export 0 : () -> Int32
2-
export 1 : () -> Int32
3-
export 2 : () -> Float64
4-
1 : Int32
5-
1 : Int32
6-
-3.10552331248e+231 : Float64
1+
export 0 : () -> i32
2+
export 1 : () -> i32
3+
export 2 : () -> i32
4+
export 3 : () -> f64
5+
1 : i32
6+
1 : i32
7+
1 : i32
8+
-3.10552331246e+231 : f64

0 commit comments

Comments
 (0)