diff options
Diffstat (limited to 'tests/ui/conditional-compilation/module_with_cfg.rs')
| -rw-r--r-- | tests/ui/conditional-compilation/module_with_cfg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/conditional-compilation/module_with_cfg.rs b/tests/ui/conditional-compilation/module_with_cfg.rs index 55c8381cffe..778379fa6ea 100644 --- a/tests/ui/conditional-compilation/module_with_cfg.rs +++ b/tests/ui/conditional-compilation/module_with_cfg.rs @@ -1,3 +1,3 @@ -// ignore-test (auxiliary, used by other tests) +//@ ignore-test (auxiliary, used by other tests) #![cfg_attr(all(), cfg(FALSE))] |
