Skip to content

Commit

Permalink
stack: skip TestAugment/18-float64 on arm and mipsle
Browse files Browse the repository at this point in the history
Fixes #80
  • Loading branch information
maruel committed Jun 21, 2022
1 parent 15e67c5 commit c95a0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ func TestAugment(t *testing.T) {
panic("ooh")
}`,
true,
goarchList{"386"},
goarchList{"386", "arm", "mipsle"},
Stack{
Calls: []Call{
newCallSrc(
Expand Down

0 comments on commit c95a0e4

Please sign in to comment.