Remove trailing whitespace in test suite. Approved by Marshall Clow.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
// <regex>
|
||||
|
||||
// template <class ST, class SA, class Allocator, class charT, class traits>
|
||||
// bool regex_search(const basic_string<charT, ST, SA>&&,
|
||||
// template <class ST, class SA, class Allocator, class charT, class traits>
|
||||
// bool regex_search(const basic_string<charT, ST, SA>&&,
|
||||
// match_results<
|
||||
// typename basic_string<charT, ST, SA>::const_iterator,
|
||||
// Allocator>&,
|
||||
// const basic_regex<charT, traits>&,
|
||||
// regex_constants::match_flag_type =
|
||||
// typename basic_string<charT, ST, SA>::const_iterator,
|
||||
// Allocator>&,
|
||||
// const basic_regex<charT, traits>&,
|
||||
// regex_constants::match_flag_type =
|
||||
// regex_constants::match_default) = delete;
|
||||
|
||||
#include <regex>
|
||||
|
||||
Reference in New Issue
Block a user