about summary refs log tree commit diff
path: root/tests/ui/cfg/conditional-compile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/cfg/conditional-compile.rs')
-rw-r--r--tests/ui/cfg/conditional-compile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/cfg/conditional-compile.rs b/tests/ui/cfg/conditional-compile.rs
index a4f334dd696..dff280054d6 100644
--- a/tests/ui/cfg/conditional-compile.rs
+++ b/tests/ui/cfg/conditional-compile.rs
@@ -85,7 +85,7 @@ pub fn main() {
 pub fn main() {
     // Exercise some of the configured items in ways that wouldn't be possible
     // if they had the FALSE definition
-    assert!((b));
+    assert!(b);
     let _x: t = true;
     let _y: tg = tg::bar;