diff options
| author | jiang <30155751@qq.com> | 2014-07-01 23:54:49 +0800 |
|---|---|---|
| committer | jiang <30155751@qq.com> | 2014-07-01 23:54:49 +0800 |
| commit | 89000c18dc7d5ccb2687948f94fe49d392990dab (patch) | |
| tree | 02159149404352ed67113ea2a130bfef0e5b4f9e /tests/tests2/Makefile | |
| parent | b31e80a43a18f6afaaa3bafdd29e6b0172fbf686 (diff) | |
| download | tinycc-89000c18dc7d5ccb2687948f94fe49d392990dab.tar.gz tinycc-89000c18dc7d5ccb2687948f94fe49d392990dab.tar.bz2 | |
Rename:
68_macro_concat.c -> 68_macro_param_list_err_1.c
69_macro_concat.c -> 69_macro_param_list_err_2.c
and Remove spaces
Diffstat (limited to 'tests/tests2/Makefile')
| -rw-r--r-- | tests/tests2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 64532a1..bfd37e5 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -83,8 +83,8 @@ TESTS = \ 65_macro_concat_start.test \ 66_macro_concat_end.test \ 67_macro_concat.test \ - 68_macro_concat.test \ - 69_macro_concat.test + 68_macro_param_list_err_1.test \ + 69_macro_param_list_err_2.test # 34_array_assignment.test -- array assignment is not in C standard |
