Remove incorrect comments from a few test cases.

This commit is contained in:
Kevin Atkinson 2012-01-19 17:31:36 -07:00
parent 64a0695fec
commit d388daa996
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
//error-pattern: non-scalar cast
// black and white have the same discriminator value ...
enum non_nullary {
nullary;

View File

@ -1,5 +1,4 @@
//error-pattern: discriminator values can only be used with a c-like enum
// black and white have the same discriminator value ...
enum color {
red = 0xff0000;