diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-04 14:30:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-04 14:30:46 +0100 |
commit | 0239a64c71af094908d3337042a7507e018d3eb3 (patch) | |
tree | 76e64cbe0b10a573e669dab0dd44465c198bd7e4 /test-files/mds-kbdc/simplify-tree/invalid | |
parent | mds-kbdc: more compilation stuff (diff) | |
download | mds-0239a64c71af094908d3337042a7507e018d3eb3.tar.gz mds-0239a64c71af094908d3337042a7507e018d3eb3.tar.bz2 mds-0239a64c71af094908d3337042a7507e018d3eb3.tar.xz |
mds-kbdc: m + add argument count suffix to macro calls during simplification
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test-files/mds-kbdc/simplify-tree/invalid')
-rw-r--r-- | test-files/mds-kbdc/simplify-tree/invalid/alternated_value_statement | 18 | ||||
-rw-r--r-- | test-files/mds-kbdc/simplify-tree/invalid/macro_call_with_empty_alternation | 2 |
2 files changed, 1 insertions, 19 deletions
diff --git a/test-files/mds-kbdc/simplify-tree/invalid/alternated_value_statement b/test-files/mds-kbdc/simplify-tree/invalid/alternated_value_statement deleted file mode 100644 index fae3bc1..0000000 --- a/test-files/mds-kbdc/simplify-tree/invalid/alternated_value_statement +++ /dev/null @@ -1,18 +0,0 @@ -[1 2] - -# (map (@ 1 0-0) -# (.sequence -# (string (@ 1 1-2) ‘1’) -# ) -# (.result nil) -# ) -# (map (@ 1 0-0) -# (.sequence -# (string (@ 1 3-4) ‘2’) -# ) -# (.result nil) -# ) -# :1:0–1: warning: alternated value statement is undefined unless the alternatives are identical -# [1 2] -# ^ - diff --git a/test-files/mds-kbdc/simplify-tree/invalid/macro_call_with_empty_alternation b/test-files/mds-kbdc/simplify-tree/invalid/macro_call_with_empty_alternation index 5532b22..86940a4 100644 --- a/test-files/mds-kbdc/simplify-tree/invalid/macro_call_with_empty_alternation +++ b/test-files/mds-kbdc/simplify-tree/invalid/macro_call_with_empty_alternation @@ -1,6 +1,6 @@ my_macro([]) -# (macro_call (@ 1 0-8) ‘my_macro’ +# (macro_call (@ 1 0-8) ‘my_macro/0’ # (.arguments nil) # ) # :1:9–10: error: empty alternation |