log csv filepath when test fails [skip ci]

This commit is contained in:
Dane Springmeyer 2015-10-01 13:07:23 -07:00
parent be22a67b60
commit a8019f9fa2

View file

@ -191,6 +191,7 @@ TEST_CASE("csv") {
for (auto const &path : broken)
{
INFO(path);
REQUIRE_THROWS(get_csv_ds(path.native()));
}
}