diff --git a/compilerplugins/clang/test/useuniqueptr.cxx b/compilerplugins/clang/test/useuniqueptr.cxx index 369cfa1e8929..f246fc5ae147 100644 --- a/compilerplugins/clang/test/useuniqueptr.cxx +++ b/compilerplugins/clang/test/useuniqueptr.cxx @@ -278,7 +278,7 @@ class Foo23 } }; -#if CLANG_VERSION >= 50000 +#if CLANG_VERSION >= 60000 class Foo24 { typedef std::vector HTMLAttrs;