X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frun-pass-valgrind%2Fcleanup-auto-borrow-obj.rs;h=fb2b4d476355e1dbe7ca21bee6ce5c471a26cb03;hb=84cb3529b627e8ae034237156c04bdad84ea8b61;hp=925ffe75fe785fe38bd69ed6daa8715968766058;hpb=ccba43df81d5bda37c9e4d231ad4443e6f3a7e44;p=rust.git diff --git a/src/test/run-pass-valgrind/cleanup-auto-borrow-obj.rs b/src/test/run-pass-valgrind/cleanup-auto-borrow-obj.rs index 925ffe75fe7..fb2b4d47635 100644 --- a/src/test/run-pass-valgrind/cleanup-auto-borrow-obj.rs +++ b/src/test/run-pass-valgrind/cleanup-auto-borrow-obj.rs @@ -1,5 +1,3 @@ -// no-prefer-dynamic - // This would previously leak the Box because we wouldn't // schedule cleanups when auto borrowing trait objects. // This program should be valgrind clean.