test: Fix error patterns in name-clash-nullary
This commit is contained in:
parent
94d2063577
commit
1731f5d709
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// error-pattern:Declaration of thpppt shadows a tag
|
||||
// error-pattern:Declaration of thpppt shadows
|
||||
tag ack { thpppt; ffff; }
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// error-pattern:Declaration of none shadows a tag
|
||||
// error-pattern:Declaration of none shadows
|
||||
import option::*;
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue