Skip to content

Commit 390b486

Browse files
committed
Add 'run' line and 'expected-no-diagnostics' to test added in 3ed9e9e
1 parent 39b6c82 commit 390b486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/test/SemaCXX/this-type-deduction-concept.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
1+
// RUN: %clang_cc1 -std=c++23 -verify -fsyntax-only %s
22
// This test case came up in the review of
33
// https://reviews.llvm.org/D159126
44
// when transforming `this` within a
55
// requires expression, we need to make sure
66
// the type of this (and its qualifiers) is respected.
7+
8+
// expected-no-diagnostics
79
namespace D159126 {
810

911
template <class _Tp>

0 commit comments

Comments
 (0)