Skip to content

Commit b03ffdb

Browse files
committed
fixup! Replace file_util.{h,cpp} by std::filesystem
1 parent 25c4445 commit b03ffdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/unit/java-testing-utils/load_java_class.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ goto_modelt load_goto_model_from_java_class(
149149
// Log the working directory to help people identify the common error
150150
// of wrong working directory (should be the `unit` directory when running
151151
// the unit tests).
152-
std::string path = std::filesystem::current_path();
152+
std::string path = std::filesystem::current_path().string();
153153
INFO("Working directory: " << path);
154154

155155
// if this fails it indicates the class was not loaded

0 commit comments

Comments
 (0)