Skip to content

Commit

Permalink
Revert change to use sanitizer to apply in a separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Mar 15, 2024
1 parent 02cb8ca commit 9aa7e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani-driver/src/call_single_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl KaniSession {
"-Z",
"panic_abort_tests=yes",
"-Z",
"mir-enable-passes=-RemoveStorageMarkers",
"sanitizer=address",
]
.map(OsString::from),
);
Expand Down

0 comments on commit 9aa7e90

Please sign in to comment.