Remove trailing whitespace in test suite. Approved by Marshall Clow.

llvm-svn: 271435
This commit is contained in:
Eric Fiselier
2016-06-01 21:35:39 +00:00
parent b4a4357ecb
commit d04c685168
369 changed files with 1028 additions and 1028 deletions

View File

@@ -21,7 +21,7 @@ void test ( const CharT *s, size_t len ) {
assert ( sv.length() == len );
assert ( sv.data() == s );
}
int main () {
test ( "ABCDE", 5 );
test ( "a", 1 );