File tree 2 files changed +2
-2
lines changed
intTests/test_jvm_setup_errors
src/SAWScript/Crucible/JVM
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ check_fails test "get"
110
110
};
111
111
112
112
print "jvm_field_is with previous jvm_field_is on same field";
113
- KNOWN_FALSE_POSITIVE test "get"
113
+ check_fails test "get"
114
114
do {
115
115
this <- jvm_alloc_object "Test";
116
116
val <- jvm_fresh_var "val" java_long;
Original file line number Diff line number Diff line change @@ -920,7 +920,7 @@ jvm_field_is ptr fname val =
920
920
let cc = st ^. Setup. csCrucibleContext
921
921
let cb = cc ^. jccCodebase
922
922
let path = Left fname
923
- if st ^. Setup. csPrePost == PreState && MS. testResolved ptr [] rs
923
+ if st ^. Setup. csPrePost == PreState && MS. testResolved ptr [path ] rs
924
924
then X. throwM $ JVMFieldMultiple ptr fname
925
925
else Setup. csResolvedState %= MS. markResolved ptr [path]
926
926
let env = MS. csAllocations (st ^. Setup. csMethodSpec)
You can’t perform that action at this time.
0 commit comments