Make tests less sensitive to specific value numbers.

This commit is contained in:
Jakob Stoklund Olesen
2017-04-12 10:47:49 -07:00
parent 96cc0242a6
commit 0be78f970c
4 changed files with 76 additions and 76 deletions

View File

@@ -18,9 +18,9 @@ ebb1:
}
; sameln: function r1() -> i32, f32 {
; nextln: ebb0:
; nextln: v0 = iconst.i32 3
; nextln: v1 = f32const 0.0
; nextln: return v0, v1
; nextln: $v1 = iconst.i32 3
; nextln: $v2 = f32const 0.0
; nextln: return $v1, $v2
; nextln: }
function signatures() {