Navigation Menu

Skip to content

Commit

Permalink
update test to match new error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Nov 30, 2013
1 parent 20c5f2a commit a6449f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/error.t
Expand Up @@ -12,6 +12,6 @@ use t::std;
);
};

like($@, qr/^Found a special comparison in \$data->\[0\]\nYou can only the specials in the expects structure/,
like($@, qr/^Found a special comparison in \$data->\[0\]\nYou can only use specials in the expects structure/,
"bad special");
}

0 comments on commit a6449f0

Please sign in to comment.