macro processor: fix error message

issue#70
Houtan Bastani 2019-08-20 14:54:33 +02:00
parent 6e523aaf28
commit cfc7a1467b
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ Comprehension::eval()
if (!c_when)
if (!c_expr)
throw StackTrace("Comp", "DINGDONG",location);
throw StackTrace("Comprehension", "Internal Error: Impossible case", location);
else
values.emplace_back(c_expr->clone()->eval());
else