Commit 588ba09
committed
Fixing an invalid test
Putting the attribute after the declarator has different behavior than
putting it before or on the type itself; the expected diagnostics were
not triggered.
This was caught by precommit CI. My local testing did not catch it
because I was accidentally testing noderef.c instead of noderef.cpp.
This removes the expected diagnostics and just leaves in the "does not
crash" test.1 parent c46fabd commit 588ba09
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
191 | 190 | | |
0 commit comments