Skip to content

Commit 551df9c

Browse files
Update unit tests to use java_method_typet
1 parent da18c9f commit 551df9c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

jbmc/unit/java_bytecode/goto-programs/remove_virtual_functions_without_fallback.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
88
\*******************************************************************/
99

10+
#include <java_bytecode/java_types.h>
11+
1012
#include <testing-utils/catch.hpp>
1113
#include <java-testing-utils/load_java_class.h>
1214

jbmc/unit/util/parameter_indices.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
77
\*******************************************************************/
88

9-
#include <java-testing-utils/load_java_class.h>
9+
#include <java_bytecode/java_types.h>
10+
1011
#include <testing-utils/catch.hpp>
11-
#include <util/std_types.h>
12+
#include <java-testing-utils/load_java_class.h>
1213

1314
void check_consistency(const symbolt &symbol)
1415
{

0 commit comments

Comments
 (0)