diff options
| author | Joao Matos <ripzonetriton@gmail.com> | 2012-08-31 21:34:27 +0000 |
|---|---|---|
| committer | Joao Matos <ripzonetriton@gmail.com> | 2012-08-31 21:34:27 +0000 |
| commit | c0d4c1bcde7eb0519843a81452c1ccfb6d141bf5 (patch) | |
| tree | a4ad4c3a2e03c6895e41bd94c0360af91a8c1cab /clang/test | |
| parent | e85e3b64f81c4d67faa4b9485f1d8e11913675a7 (diff) | |
| download | bcm5719-llvm-c0d4c1bcde7eb0519843a81452c1ccfb6d141bf5.tar.gz bcm5719-llvm-c0d4c1bcde7eb0519843a81452c1ccfb6d141bf5.zip | |
Normalize line endings of r163022.
llvm-svn: 163023
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Preprocessor/microsoft-ext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/microsoft-ext.c b/clang/test/Preprocessor/microsoft-ext.c index a95ddca1df7..5046655b689 100644 --- a/clang/test/Preprocessor/microsoft-ext.c +++ b/clang/test/Preprocessor/microsoft-ext.c @@ -4,4 +4,3 @@ # define P(x, y) {x, y} # define M(x, y) M2(x, P(x, y)) M(a, b) // CHECK: a + {a, b} - |

