Skip to content

Commit

Permalink
Enable the empty TranslationUnit test. pointlander#67
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Damm committed Nov 9, 2017
1 parent 45f6d3d commit 6025ae3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grammars/c/grammar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ func TestCParsing_Cast1(t *testing.T) {
}

func TestCParsing_Empty(t *testing.T) {
t.Skip() // this branch doesn't have the empty support yet.
parseC_4t(t, `/** empty is valid. */ `)
}

0 comments on commit 6025ae3

Please sign in to comment.