diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2015-12-29 23:23:38 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2015-12-29 23:23:38 +0000 |
| commit | ce1e53bb486be401957f8af53d049f0aafe03c05 (patch) | |
| tree | 1958fd003733ffc2bba1de42b7379db6f8875d58 /clang/test | |
| parent | 7481ac43a523a46a811211898b3945868c775179 (diff) | |
| download | bcm5719-llvm-ce1e53bb486be401957f8af53d049f0aafe03c05.tar.gz bcm5719-llvm-ce1e53bb486be401957f8af53d049f0aafe03c05.zip | |
Fix test from r256596
llvm-svn: 256599
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Lexer/msdos-cpm-eof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Lexer/msdos-cpm-eof.c b/clang/test/Lexer/msdos-cpm-eof.c index 274e6305a91..0b5150dce72 100644 --- a/clang/test/Lexer/msdos-cpm-eof.c +++ b/clang/test/Lexer/msdos-cpm-eof.c @@ -2,7 +2,7 @@ int x; -// expected-warning@+1 {{treating Ctrl-Z as end-of-file is a Microsoft extension">, +// expected-warning@+1 {{treating Ctrl-Z as end-of-file is a Microsoft extension}} I am random garbage after ^Z |

