diff options
Diffstat (limited to 'conform')
-rw-r--r-- | conform/conformtest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 83650c2454..2962e5552b 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -1095,7 +1095,7 @@ while ($#headers >= 0) { } elsif (/^constant *([a-zA-Z0-9_]*) *([A-Za-z0-9_]*)?/) { push @allow, $1; } elsif (/^typed-constant *([a-zA-Z0-9_]*) *({([^}]*)}|([^ ]*)) *([A-Za-z0-9_]*)?/) { - push @allow, 1; + push @allow, $1; } elsif (/^(type|tag) *({([^}]*)|([a-zA-Z0-9_]*))/) { my($type) = "$3$4"; |