Skip to content

Commit

Permalink
enable leak tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 27, 2020
1 parent da5f2f3 commit c5ef8a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/compile-fail/memleak.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// ignore-windows: We do not check leaks on Windows
// ignore-macos: We do not check leaks on macOS

//error-pattern: the evaluated program leaked memory

Expand Down
1 change: 0 additions & 1 deletion tests/compile-fail/memleak_rc.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// ignore-windows: We do not check leaks on Windows
// ignore-macos: We do not check leaks on macOS

//error-pattern: the evaluated program leaked memory

Expand Down

0 comments on commit c5ef8a6

Please sign in to comment.