about summary refs log tree commit diff
path: root/src/test/ui/consts/const-block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-block.rs')
-rw-r--r--src/test/ui/consts/const-block.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-block.rs b/src/test/ui/consts/const-block.rs
index 7172a34c8cf..ec99c70f6e0 100644
--- a/src/test/ui/consts/const-block.rs
+++ b/src/test/ui/consts/const-block.rs
@@ -1,5 +1,5 @@
 // run-pass
-
+#![allow(unused_braces)]
 #![allow(dead_code)]
 #![allow(unused_unsafe)]