Skip to content

Commit

Permalink
Oops - left deliberate fail in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zellyn committed Jan 27, 2017
1 parent 0a20848 commit 8dcbe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func TestCustomTestCompare(t *testing.T) {
pc := c.PC()
fmt.Printf("%04X\n", pc)
if pc == 0x00 {
t.Fatalf("bang")
return
}
}
}
Expand Down

0 comments on commit 8dcbe58

Please sign in to comment.