We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c4445 commit b03ffdbCopy full SHA for b03ffdb
jbmc/unit/java-testing-utils/load_java_class.cpp
@@ -149,7 +149,7 @@ goto_modelt load_goto_model_from_java_class(
149
// Log the working directory to help people identify the common error
150
// of wrong working directory (should be the `unit` directory when running
151
// the unit tests).
152
- std::string path = std::filesystem::current_path();
+ std::string path = std::filesystem::current_path().string();
153
INFO("Working directory: " << path);
154
155
// if this fails it indicates the class was not loaded
0 commit comments