Remove incorrect comments from a few test cases.
This commit is contained in:
parent
64a0695fec
commit
d388daa996
@ -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…
x
Reference in New Issue
Block a user