Remove incorrect comments from a few test cases.
This commit is contained in:
parent
64a0695fec
commit
d388daa996
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
//error-pattern: non-scalar cast
|
||||
// black and white have the same discriminator value ...
|
||||
|
||||
enum non_nullary {
|
||||
nullary;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue