Merge pull request #1571 from kevina/fixup-1

Remove incorrect comments from a few test cases.
This commit is contained in:
Patrick Walton 2012-01-19 17:21:29 -08:00
commit b58f2b7bfb
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;