diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-09-26 11:09:23 +0200 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-06 22:37:18 +0200 |
| commit | af0587cb490dfa2c2a00c2426c10d1de11d34fdd (patch) | |
| tree | ea6cbdf3c861bebc3df145d4950211d45401dceb /test cases/failing/13 array arithmetic | |
| parent | b19530bd7dc99e0b5d71acd5cdf85af915b9ddcc (diff) | |
| download | meson-af0587cb490dfa2c2a00c2426c10d1de11d34fdd.tar.gz | |
interpreter: Holderify arrays and dicts
This is the final refactoring for extracting the bultin object
logic out of Interpreterbase. I decided to do both arrays and
dicts in one go since splitting it would have been a lot more
confusing.
Diffstat (limited to 'test cases/failing/13 array arithmetic')
| -rw-r--r-- | test cases/failing/13 array arithmetic/test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/13 array arithmetic/test.json b/test cases/failing/13 array arithmetic/test.json index 55056ce6d..890477568 100644 --- a/test cases/failing/13 array arithmetic/test.json +++ b/test cases/failing/13 array arithmetic/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/13 array arithmetic/meson.build:3:0: ERROR: Multiplication works only with integers." + "line": "test cases/failing/13 array arithmetic/meson.build:3:0: ERROR: Object <[ArrayHolder] holds [list]: ['a', 'b']> of type array does not support the `*` operator." } ] } |
