Skip to content

Commit 9ce4750

Browse files
committed
Flip polarity again
1 parent 6b455b6 commit 9ce4750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ macro_rules! e {
199199
// cfg completely.
200200
// FIXME(ctest): ctest can't handle `$(,)?` so we use `$(,)*` which isn't quite correct.
201201
cfg_if! {
202-
if #[cfg(not(libc_ctest))] {
202+
if #[cfg(libc_ctest)] {
203203
/// Define an `unsafe` function that is not const for `ctest`
204204
macro_rules! f {
205205
($(

0 commit comments

Comments
 (0)