Skip to content

Commit ac9055b

Browse files
committed
fix test.cpp: remove xml_parse_result check
1 parent 583aafc commit ac9055b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ struct OpenDriveFixture
55
{
66
OpenDriveFixture() : odr_map("test.xodr")
77
{
8-
REQUIRE(odr_map.xml_parse_result);
98
REQUIRE(!odr_map.get_roads().empty());
109
}
1110

0 commit comments

Comments
 (0)