Skip to content

Commit

Permalink
Fixed broken CML
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbaxter committed Sep 12, 2024
1 parent f8b3554 commit 898ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsafecxx/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ safe_cxx_compile_fail_test(ref_cell2 "shared borrow of h between its mutable bor
safe_cxx_compile_fail_test(cell1 "cannot convert prvalue int to std2::cell<int>")
safe_cxx_compile_fail_test(cell2 "function candidate fails requires-clause")
safe_cxx_compile_fail_test(cell3 "function candidate fails requires-clause")
safe_cxx_compile_fail_test(cell_box_uaf, "drop of s2 between its shared borrow and its use")
safe_cxx_compile_fail_test(cell_box_uaf "drop of s2 between its shared borrow and its use")
safe_cxx_compile_fail_test(manually_drop1 "cannot convert prvalue std2::box<int> to std2::manually_drop<std2::box<int>>")

safe_cxx_compile_fail_test(vector1 "use of strs depends on expired loan")
Expand Down

0 comments on commit 898ae63

Please sign in to comment.