Skip to content

Commit 26e5bfc

Browse files
authored
Fix code loc win (#352)
* add test * port changes * minor in test * even better * revert * update filesystem to v 1.5.14 * revert change * with message * fix path separators * disable failing test * proper commenting * fix comment * more comment
1 parent a5abb50 commit 26e5bfc

File tree

4 files changed

+601
-283
lines changed

4 files changed

+601
-283
lines changed

co_sim_io/sources/code_location.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ std::string CodeLocation::GetCleanFileName() const
2424
return fs::canonical(fs::path(GetFileName())).lexically_relative(fs::absolute(".")).string();
2525
}
2626

27-
} // namespace Interals
27+
} // namespace Internals
2828
} // namespace CoSimIO

0 commit comments

Comments
 (0)