aboutsummaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/libcxx/deref-to-array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/AST/ByteCode/libcxx/deref-to-array.cpp')
-rw-r--r--clang/test/AST/ByteCode/libcxx/deref-to-array.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/AST/ByteCode/libcxx/deref-to-array.cpp b/clang/test/AST/ByteCode/libcxx/deref-to-array.cpp
index 2a527ab..7cfcd76 100644
--- a/clang/test/AST/ByteCode/libcxx/deref-to-array.cpp
+++ b/clang/test/AST/ByteCode/libcxx/deref-to-array.cpp
@@ -270,7 +270,7 @@ template <class _Op, class _Yp>
void __is_derived_from_view_interface();
template <class _Tp>
bool enable_view = derived_from<_Tp, int> ||
- requires { ranges::__is_derived_from_view_interface; };
+ requires { ranges::__is_derived_from_view_interface<_Tp, int>(); };
template <class>
concept range = requires { ranges::end; };
template <class _Tp>