diff --git a/clang/test/SemaCXX/nothrow-vs-exception-specs.cpp b/clang/test/SemaCXX/nothrow-vs-exception-specs.cpp index a065dad77246..6d2a7dd58bd6 100644 --- a/clang/test/SemaCXX/nothrow-vs-exception-specs.cpp +++ b/clang/test/SemaCXX/nothrow-vs-exception-specs.cpp @@ -89,7 +89,7 @@ public: }; } -namespace FuncPointerReferenceConverts +namespace FuncPointerReferenceConverts { void FuncToBeRefed(); #ifndef CPP17