File tree 7 files changed +12
-11
lines changed
java_bytecode_parse_generics
7 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ SRC += unit_tests.cpp \
19
19
java_bytecode/java_bytecode_convert_class/convert_abstract_class.cpp \
20
20
miniBDD_new.cpp \
21
21
java_bytecode/java_string_library_preprocess/convert_exprt_to_string_exprt.cpp \
22
+ java_bytecode/java_utils_test.cpp \
22
23
solvers/refinement/string_constraint_generator_valueof/calculate_max_string_length.cpp \
23
24
solvers/refinement/string_constraint_generator_valueof/get_numeric_value_from_character.cpp \
24
25
solvers/refinement/string_constraint_generator_valueof/is_digit_with_radix.cpp \
Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
- #include < catch.hpp>
9
+ #include < testing-utils/ catch.hpp>
10
10
11
11
#include < istream>
12
12
#include < memory>
16
16
#include < util/message.h>
17
17
#include < java_bytecode/java_bytecode_language.h>
18
18
#include < iostream>
19
- #include < src/java_bytecode /load_java_class.h>
19
+ #include < testing-utils /load_java_class.h>
20
20
21
21
SCENARIO (
22
22
" java_bytecode_parse_derived_generic_class" ,
Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
- #include < catch.hpp>
9
+ #include < testing-utils/ catch.hpp>
10
10
11
11
#include < util/config.h>
12
12
#include < util/cmdline.h>
13
13
#include < util/language.h>
14
14
#include < util/prefix.h>
15
15
16
16
#include < java_bytecode/java_bytecode_language.h>
17
- #include < src/java_bytecode /load_java_class.h>
17
+ #include < testing-utils /load_java_class.h>
18
18
19
19
#include < iostream>
20
20
#include < util/namespace.h>
Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
- #include < catch.hpp>
9
+ #include < testing-utils/ catch.hpp>
10
10
11
11
#include < util/config.h>
12
12
#include < util/cmdline.h>
16
16
#include < java_bytecode/java_bytecode_language.h>
17
17
18
18
#include < iostream>
19
- #include < src/java_bytecode /load_java_class.h>
19
+ #include < testing-utils /load_java_class.h>
20
20
21
21
SCENARIO (
22
22
" java_bytecode_parse_generic_function" ,
Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
- #include < catch.hpp>
9
+ #include < testing-utils/ catch.hpp>
10
10
11
11
#include < util/config.h>
12
12
#include < util/cmdline.h>
16
16
#include < java_bytecode/java_bytecode_language.h>
17
17
18
18
#include < iostream>
19
- #include < src/java_bytecode /load_java_class.h>
19
+ #include < testing-utils /load_java_class.h>
20
20
21
21
SCENARIO (
22
22
" java_bytecode_parse_generic_wildcard" ,
Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
- #include < catch.hpp>
9
+ #include < testing-utils/ catch.hpp>
10
10
11
11
#include < util/config.h>
12
12
#include < util/cmdline.h>
13
13
#include < util/language.h>
14
14
#include < util/prefix.h>
15
15
16
16
#include < java_bytecode/java_bytecode_language.h>
17
- #include < src/java_bytecode /load_java_class.h>
17
+ #include < testing-utils /load_java_class.h>
18
18
19
19
#include < iostream>
20
20
#include < util/namespace.h>
Original file line number Diff line number Diff line change 11
11
#include < string>
12
12
#include < vector>
13
13
14
- #include < catch.hpp>
14
+ #include < testing-utils/ catch.hpp>
15
15
16
16
#include < java_bytecode/java_utils.h>
17
17
You can’t perform that action at this time.
0 commit comments