aboutsummaryrefslogtreecommitdiff
path: root/test/symbolic/klee/viml_expressions_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/symbolic/klee/viml_expressions_parser.c')
-rw-r--r--test/symbolic/klee/viml_expressions_parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/symbolic/klee/viml_expressions_parser.c b/test/symbolic/klee/viml_expressions_parser.c
index c0cedceb21..ed280adb22 100644
--- a/test/symbolic/klee/viml_expressions_parser.c
+++ b/test/symbolic/klee/viml_expressions_parser.c
@@ -89,8 +89,6 @@ int main(const int argc, const char *const *const argv,
kvi_init(pstate.reader.lines);
const ExprAST ast = viml_pexpr_parse(&pstate, flags);
- assert(ast.root != NULL
- || plines[0].size == 0);
assert(ast.root != NULL || ast.err.msg);
viml_pexpr_free_ast(ast);
assert(allocated_memory == 0);