Skip to content

Commit 5b8a069

Browse files
Update unit/goto-instrument/cover_instrument.cpp
Co-Authored-By: Peter Schrammel <[email protected]>
1 parent 2c3c96e commit 5b8a069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/goto-instrument/cover_instrument.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TEST_CASE("cover_intrument_end_of_function", "[core]")
2929
REQUIRE(newly_inserted->source_location.get_function() == "foo");
3030
}
3131

32-
TEST_CASE("cover_intrument_end_of_function with custom expression", "[core]")
32+
TEST_CASE("cover_instrument_end_of_function with custom expression", "[core]")
3333
{
3434
// Arrange
3535
goto_programt goto_program{};

0 commit comments

Comments
 (0)