Skip to content

Commit

Permalink
tests: Remove #![cfg(not(careful))] from compiletest/expandtest
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 5, 2024
1 parent af47c00 commit 29fc2ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/compiletest.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: Apache-2.0 OR MIT

#![cfg(not(miri))]
#![cfg(not(careful))]

#[rustversion::attr(not(nightly), ignore)]
#[test]
Expand Down
1 change: 0 additions & 1 deletion tests/expandtest.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: Apache-2.0 OR MIT

#![cfg(not(miri))]
#![cfg(not(careful))]

#[rustversion::attr(not(nightly), ignore)]
#[test]
Expand Down

0 comments on commit 29fc2ef

Please sign in to comment.