Merge pull request #1571 from kevina/fixup-1
Remove incorrect comments from a few test cases.
This commit is contained in:
commit
b58f2b7bfb
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