test: Fix error patterns in name-clash-nullary

This commit is contained in:
Patrick Walton 2012-01-19 14:46:48 -08:00
parent 94d2063577
commit 1731f5d709
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// error-pattern:Declaration of thpppt shadows a tag
// error-pattern:Declaration of thpppt shadows
tag ack { thpppt; ffff; }
fn main() {

View File

@ -1,4 +1,4 @@
// error-pattern:Declaration of none shadows a tag
// error-pattern:Declaration of none shadows
import option::*;
fn main() {