diff options
Diffstat (limited to 'tests/codegen/cfguard-disabled.rs')
| -rw-r--r-- | tests/codegen/cfguard-disabled.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/codegen/cfguard-disabled.rs b/tests/codegen/cfguard-disabled.rs index 105e0207261..90915c0f0c6 100644 --- a/tests/codegen/cfguard-disabled.rs +++ b/tests/codegen/cfguard-disabled.rs @@ -4,8 +4,7 @@ #![crate_type = "lib"] // A basic test function. -pub fn test() { -} +pub fn test() {} // Ensure the module flag cfguard is not present // CHECK-NOT: !"cfguard" |
