test: Don't test that tags with zero variants are supported

This commit is contained in:
Patrick Walton 2012-01-18 12:41:36 -08:00
parent 1aaee20737
commit 5ac57d1891
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// error-pattern: Wrong number of type arguments
tag quux<T> { }
tag quux<T> { bar }
fn foo(c: quux) { assert (false); }