diff options
| author | jiang <30155751@qq.com> | 2014-05-28 10:38:26 +0800 |
|---|---|---|
| committer | jiang <30155751@qq.com> | 2014-05-28 10:38:26 +0800 |
| commit | 698b16960a9978fd830a14983605ad8b6bc8945d (patch) | |
| tree | 81ecef5a452600259fc97ae5a2aa253d90562990 | |
| parent | bcf60562e056265d0197bd3765a4d5256e2ca7ec (diff) | |
| download | tinycc-698b16960a9978fd830a14983605ad8b6bc8945d.tar.gz tinycc-698b16960a9978fd830a14983605ad8b6bc8945d.tar.bz2 | |
Modify the 66_macro_concat_end.expect
I was busy recently, forget test. Thank Austin
| -rw-r--r-- | tests/tests2/66_macro_concat_end.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests2/66_macro_concat_end.expect b/tests/tests2/66_macro_concat_end.expect index 224e5c9..8dbf5bb 100644 --- a/tests/tests2/66_macro_concat_end.expect +++ b/tests/tests2/66_macro_concat_end.expect @@ -1 +1 @@ -66_macro_concat_end.c:2: error: '##' invalid at end of macro +66_macro_concat_end.c:1: error: '##' invalid at end of macro |
