Remove trailing whitespace in test suite. Approved by Marshall Clow.
llvm-svn: 271435
This commit is contained in:
@@ -59,7 +59,7 @@ int main()
|
||||
static_assert ( "" >= sv1, "" );
|
||||
static_assert (!(sv1 >= "abcde"), "" );
|
||||
static_assert ( "abcde" >= sv1, "" );
|
||||
|
||||
|
||||
static_assert ( sv2 >= "", "" );
|
||||
static_assert (!("" >= sv2), "" );
|
||||
static_assert ( sv2 >= "abcde", "" );
|
||||
|
||||
Reference in New Issue
Block a user