Skip to content

Commit c95a0e4

Browse files
committed
stack: skip TestAugment/18-float64 on arm and mipsle
Fixes #80
1 parent 15e67c5 commit c95a0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stack/source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ func TestAugment(t *testing.T) {
607607
panic("ooh")
608608
}`,
609609
true,
610-
goarchList{"386"},
610+
goarchList{"386", "arm", "mipsle"},
611611
Stack{
612612
Calls: []Call{
613613
newCallSrc(

0 commit comments

Comments
 (0)