Skip to content

Commit 8065147

Browse files
committed
fix tests after rebase
1 parent 555974c commit 8065147

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/test/SemaTemplate/concepts.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,12 +1263,7 @@ C auto x = 0;
12631263
// expected-error@#T_Type {{type 'int' cannot be used prior to '::'}} \
12641264
// expected-note@-1 {{in instantiation of default argument}}
12651265

1266-
// This will be fixed when we merge https://github.com/llvm/llvm-project/pull/141776
1267-
// Which makes us behave like GCC.
12681266
static_assert(f(0));
1269-
// expected-error@-1 {{no matching function for call}} \
1270-
// expected-note@#GH61824_f {{constraints not satisfied}} \
1271-
// expected-note@#T_Type {{type 'int' cannot be used prior to '::'}}
12721267

12731268
}
12741269

0 commit comments

Comments
 (0)