Skip to content

Commit ac2a599

Browse files
Correct unit test for gen_nondet_string
The "java::" prefix was missing from the previous implementation and this is now fixed.
1 parent 10d3857 commit ac2a599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/java_bytecode/java_object_factory/gen_nondet_string_init.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SCENARIO(
7979
"return_array = cprover_associate_length_to_array_func"
8080
"(nondet_infinite_array, tmp_object_factory);",
8181
"arg = { [email protected]={ .@class_identifier"
82-
"=\"java.lang.String\", .@lock=false },"
82+
"=\"java::java.lang.String\", .@lock=false },"
8383
" .length=tmp_object_factory, "
8484
".data=nondet_infinite_array };"};
8585

0 commit comments

Comments
 (0)