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