diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-09 13:13:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-09 13:13:21 +0100 |
commit | 88b9fad1102afa60e360c3d339acd1ce0f666d5a (patch) | |
tree | 3fb8fc1c9cb1a73e19bce9be5f55835cd32889eb /test-files | |
parent | mds-kbdc: compile-layout: fix a bug in parse_variable (diff) | |
download | mds-88b9fad1102afa60e360c3d339acd1ce0f666d5a.tar.gz mds-88b9fad1102afa60e360c3d339acd1ce0f666d5a.tar.bz2 mds-88b9fad1102afa60e360c3d339acd1ce0f666d5a.tar.xz |
mds-kbdc: compile-layout: macro_call: fix bug: do not duplicate the arguments if there are none
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test-files')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call b/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call index 6626ae7..69f2f8e 100644 --- a/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call +++ b/test-files/mds-kbdc/compile-layout/invalid/macro-undefined_macro-call @@ -1,5 +1,3 @@ -# TODO does not work - macro m/0 m(1) end macro |