Skip to content

Commit 04d30bd

Browse files
Correct test message
1 parent 435f46c commit 04d30bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/unit/java_bytecode/java_trace_validation/java_trace_validation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ TEST_CASE("java trace validation", "[core][java_trace_validation]")
7171
{
7272
const exprt inner_symbol = exprt(exprt(valid_symbol_expr));
7373
const exprt inner_nonsymbol = exprt(exprt(exprt()));
74-
INFO("expression does not have an inner symbol")
74+
INFO("expression has an inner symbol")
7575
REQUIRE(get_inner_symbol_expr(inner_symbol).has_value());
7676
INFO("expression does not have an inner symbol")
7777
REQUIRE_FALSE(get_inner_symbol_expr(inner_nonsymbol).has_value());

0 commit comments

Comments
 (0)