Skip to content

Commit e9e413e

Browse files
authored
Merge pull request #1295 from reuk/reuk/notModelled
Suppress loading notModelled method from CProver library
2 parents 7b55399 + a37f090 commit e9e413e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java_bytecode/java_bytecode_convert_method.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,6 +2776,7 @@ void java_bytecode_convert_method(
27762776
"nondetDouble",
27772777
"nondetWithNull",
27782778
"nondetWithoutNull",
2779+
"notModelled",
27792780
};
27802781

27812782
if(std::regex_match(

0 commit comments

Comments
 (0)