Skip to content

Commit df88fe6

Browse files
authored
Merge pull request #3318 from tautschnig/vs-stray
Remove stray backslash [blocks: #2310]
2 parents add270e + 2c6d71f commit df88fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/analyses/ai/ai_simplify_lhs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ SCENARIO("ai_domain_baset::ai_simplify_lhs",
9494
signedbv_typet(32), from_integer(array_size, size_type()));
9595

9696
// Verify the results of the setup
97-
REQUIRE_FALSE(compile_failed);\
97+
REQUIRE_FALSE(compile_failed);
9898
REQUIRE(simplifiable_expression.id()==ID_plus);
9999
exprt simplified_version=simplify_expr(simplifiable_expression, ns);
100100
REQUIRE(simplified_version.id()==ID_constant);

0 commit comments

Comments
 (0)