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:
@@ -19,7 +19,7 @@
|
||||
#include <cassert>
|
||||
#include "test_macros.h"
|
||||
|
||||
static bool error_escape_thrown(const char *pat)
|
||||
static bool error_escape_thrown(const char *pat)
|
||||
{
|
||||
bool result = false;
|
||||
try {
|
||||
@@ -30,7 +30,7 @@ static bool error_escape_thrown(const char *pat)
|
||||
return result;
|
||||
}
|
||||
|
||||
int main()
|
||||
int main()
|
||||
{
|
||||
assert(error_escape_thrown("[\\a]"));
|
||||
assert(error_escape_thrown("\\a"));
|
||||
|
||||
Reference in New Issue
Block a user