Skip to content

Commit

Permalink
[codingstd] Fix headerizer/01_functions.t
Browse files Browse the repository at this point in the history
We changed the warning
  • Loading branch information
Reini Urban committed Dec 31, 2014
1 parent 22ad271 commit aa95bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/tools/dev/headerizer/01_functions.t
@@ -1,5 +1,5 @@
#! perl
# Copyright (C) 2010-2011, Parrot Foundation.
# Copyright (C) 2010-2014, Parrot Foundation.

use strict;
use warnings;
Expand Down Expand Up @@ -356,7 +356,7 @@ my ($args, $proto);
eval {
@args_out = validate_prototype_args( $args, $proto );
};
like($@, qr/Bad args in $proto/,
like($@, qr/Bad arg 'single' in $proto/,
"Detected invalid prototype arg");
}

Expand Down

0 comments on commit aa95bb5

Please sign in to comment.