summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/test/useuniqueptr.cxx2
1 files changed, 1 insertions, 1 deletions
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<int*> HTMLAttrs;