Skip to content

Commit

Permalink
[tests] Don't return, just continue when a test should fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Mar 21, 2017
1 parent 445e867 commit c0bafb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func TestDecode(t *testing.T) {
if failed {
if test.ShouldFail {
t.Logf("Expected: Error")
return
continue
}

t.Logf("Expected: %#v\n", d)
Expand Down

0 comments on commit c0bafb4

Please sign in to comment.