diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-26 13:24:19 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-07-26 13:24:19 +0200 |
| commit | b663892e5456bc956600d46d33373f08e2d412ef (patch) | |
| tree | 696467e242b011ebd27c6906a881d01bcd7b7f48 /src/test/ui/binding | |
| parent | 79c0db4cc845d6fc995aa3bbc320d89dadd55403 (diff) | |
| download | rust-b663892e5456bc956600d46d33373f08e2d412ef.tar.gz rust-b663892e5456bc956600d46d33373f08e2d412ef.zip | |
Remove more obsolete test flags
Diffstat (limited to 'src/test/ui/binding')
| -rw-r--r-- | src/test/ui/binding/func-arg-ref-pattern.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/binding/func-arg-ref-pattern.rs b/src/test/ui/binding/func-arg-ref-pattern.rs index ebb7a6afa9b..f46eeb7a020 100644 --- a/src/test/ui/binding/func-arg-ref-pattern.rs +++ b/src/test/ui/binding/func-arg-ref-pattern.rs @@ -1,5 +1,4 @@ // run-pass -// exec-env:RUST_POISON_ON_FREE=1 // Test argument patterns where we create refs to the inside of // boxes. Make sure that we don't free the box as we match the |
