summaryrefslogtreecommitdiff
path: root/unusual_test.go
blob: 8faa0af21466371d525ad7485909cc76f7241503 (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build unusual

package caesar

import (
	"testing"
)

func TestUnusual(t *testing.T) {
	t.Fatalf("Here is a test I never really want to run")
}