Skip to content

Commit 6a0b20c

Browse files
committed
[FOLD] add newline
1 parent 205b36f commit 6a0b20c

File tree

1 file changed

+1
-1
lines changed
  • clang/test/CXX/temp/temp.spec/temp.expl.spec

1 file changed

+1
-1
lines changed

clang/test/CXX/temp/temp.spec/temp.expl.spec/p2-20.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ void D<int>::f<unsigned>();
271271
template<>
272272
template<>
273273
static void D<int>::g<unsigned>(); // expected-warning {{explicit specialization cannot have a storage class}}
274-
// expected-error@-1 {{'static' can only be specified inside the class definition}}
274+
// expected-error@-1 {{'static' can only be specified inside the class definition}}

0 commit comments

Comments
 (0)