diff options
Diffstat (limited to 'clang/test/Frontend/dependency-gen-escaping.c')
-rw-r--r-- | clang/test/Frontend/dependency-gen-escaping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/dependency-gen-escaping.c b/clang/test/Frontend/dependency-gen-escaping.c index c8d1191674c..deca57e4172 100644 --- a/clang/test/Frontend/dependency-gen-escaping.c +++ b/clang/test/Frontend/dependency-gen-escaping.c @@ -21,7 +21,7 @@ // Backslash followed by # or space should escape both characters, because // that's what GNU Make wants. GCC does the right thing with space, but not // #, so Clang does too. (There should be 3 backslashes before the #.) -// SEP2F: a\b\\#c\\\ d.h +// SEP2F: a{{[/\\]}}b{{[/\\]}}\#c{{/|\\\\}}\ d.h // With -fms-compatibility, Backslashes in #include are treated as path separators. // Backslashes are given in the emission for special characters, like 0x20 or 0x23. // SEP5C: a{{[/\\]}}b{{[/\\]}}\#c{{/|\\\\}}\ d.h |