Skip to content

Commit 1268c3a

Browse files
author
Remi Delmas
committed
minor fix
1 parent 232df3e commit 1268c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansi-c/ansi_c_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ansi_c_parsert : public parsert
125125
{
126126
INVARIANT(
127127
declaration.id() == ID_declaration,
128-
"Expected `ID_declaration`, got `" + declaration.id() + "`");
128+
"Expected `ID_declaration`, got `" + id2string(declaration.id()) + "`");
129129
parse_tree.items.push_back(declaration);
130130
}
131131

0 commit comments

Comments
 (0)