Skip to content

Commit

Permalink
make filename windows compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Feb 3, 2018
1 parent 96ac783 commit 8f3f36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/base/SGObjectAll_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ TYPED_TEST(SGObjectAll, serialization_empty_ascii)
{
SCOPED_TRACE(obj->get_name());

std::string filename = "/tmp/shogun-unittest-serialization-ascii-" +
std::string filename = "shogun-unittest-serialization-ascii-" +
std::string(obj->get_name()) + "_" +
sg_primitive_type_string<TypeParam>() +
".XXXXXX";
Expand Down

0 comments on commit 8f3f36f

Please sign in to comment.