diff --git a/tests/test_optional.cpp b/tests/test_optional.cpp
index 4fe6301085b69c6fb2efcb7e7685306b8e8c3071..6755525af3cfb70d610f29dc5fc0c525f68856be 100644
--- a/tests/test_optional.cpp
+++ b/tests/test_optional.cpp
@@ -5,11 +5,6 @@
 #include "gtest.h"
 #include "util/optional.hpp"
 
-#if defined(__clang__)
-// refer: https://llvm.org/bugs/show_bug.cgi?id=21629
-//#pragma clang diagnostic ignored "-Wmissing-braces"
-#endif
-
 using namespace nest::mc::util;
 
 TEST(optionalm,ctors) {