Skip to content

Commit

Permalink
tests: removed tests for Fatal*
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Apr 25, 2021
1 parent df6b986 commit 7812ced
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ func TestParse(t *testing.T) {
clog.Println("{{hello}}::red{{world}}::green")
}

func TestParseFatal(t *testing.T) {
clog.Fatal("{{hello}}::red{{world}}::green")
}

func TestParseFatalf(t *testing.T) {
clog.Fatalf("{{hello}}::red{{world}}::green")
}

func TestParseFatalln(t *testing.T) {
clog.Fatalln("{{hello}}::red{{world}}::green")
}

func TestParsePanic(t *testing.T) {
defer func() {
if err := recover(); err != nil {
Expand Down

0 comments on commit 7812ced

Please sign in to comment.