Skip to content

Commit 8c231e9

Browse files
committed
Generics unit test: set integer widths
This test indirectly uses object_descriptor_exprt, which uses simplify_sum, which in turn requires integer constants to have defined widths.
1 parent 992a3c3 commit 8c231e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jbmc/unit/java_bytecode/goto_program_generics/generic_bases_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ SCENARIO(
2121
"Instantiate generic parameters of superclasses",
2222
"[core][goto_program_generics][generic_bases_test]")
2323
{
24+
config.ansi_c.set_LP64();
25+
2426
GIVEN(
2527
"A class extending a generic class instantiated with a standard library "
2628
"class")

0 commit comments

Comments
 (0)