Dont always fail this test

This commit is contained in:
Miek Gieben 2012-01-10 16:34:47 +01:00
parent 79d092bd29
commit 098ff67324
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ func TestOffLabelFromRight(t *testing.T) {
t.Log(offsetLabelFromRight(s1, 2))
t.Log(offsetLabelFromRight(s1, 1))
t.Log(offsetLabelFromRight(s1, 0))
t.Fail()
// t.Fail()
}