Skip to content

Commit

Permalink
Remove new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
cor3ntin committed Nov 30, 2023
1 parent fb4eac5 commit 75728d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ template <typename T>
constexpr int f(T t) { // expected-note {{'f<int>' defined here}}
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}}
}



}

namespace constructors {
Expand Down

0 comments on commit 75728d3

Please sign in to comment.