File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
jbmc/unit/java-testing-utils Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,6 @@ symbol_tablet load_java_class(
25
25
const std::string &class_path,
26
26
const std::string &main = " " );
27
27
28
- goto_modelt load_goto_model_from_java_class (
29
- const std::string &java_class_name,
30
- const std::string &class_path,
31
- const std::string &main = " " );
32
-
33
28
symbol_tablet load_java_class (
34
29
const std::string &java_class_name,
35
30
const std::string &class_path,
@@ -55,4 +50,9 @@ symbol_tablet load_java_class_lazy(
55
50
const std::string &class_path,
56
51
const std::string &main);
57
52
53
+ goto_modelt load_goto_model_from_java_class (
54
+ const std::string &java_class_name,
55
+ const std::string &class_path,
56
+ const std::string &main = " " );
57
+
58
58
#endif // CPROVER_JAVA_TESTING_UTILS_LOAD_JAVA_CLASS_H
You can’t perform that action at this time.
0 commit comments