Skip to content

Commit 75728d3

Browse files
committed
Remove new lines
1 parent fb4eac5 commit 75728d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/test/SemaCXX/cxx2b-consteval-propagate.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ template <typename T>
112112
constexpr int f(T t) { // expected-note {{'f<int>' defined here}}
113113
return id(t); // expected-note {{'f<int>' is an immediate function because its body contains a call to a consteval function 'id' and that call is not a constant expression}}
114114
}
115-
116-
117-
118115
}
119116

120117
namespace constructors {

0 commit comments

Comments
 (0)