Skip to content

Commit a177308

Browse files
committed
Move load_goto_model... declaration to end of file
This is consistent with the location of the definition in the cpp file.
1 parent 2d71171 commit a177308

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ symbol_tablet load_java_class(
2525
const std::string &class_path,
2626
const std::string &main = "");
2727

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-
3328
symbol_tablet load_java_class(
3429
const std::string &java_class_name,
3530
const std::string &class_path,
@@ -55,4 +50,9 @@ symbol_tablet load_java_class_lazy(
5550
const std::string &class_path,
5651
const std::string &main);
5752

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+
5858
#endif // CPROVER_JAVA_TESTING_UTILS_LOAD_JAVA_CLASS_H

0 commit comments

Comments
 (0)