diff options
Diffstat (limited to 'tests/lang/eval-okay-concat.exp')
-rw-r--r-- | tests/lang/eval-okay-concat.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/eval-okay-concat.exp b/tests/lang/eval-okay-concat.exp index 359ccef86f0f..bb4bbd577410 100644 --- a/tests/lang/eval-okay-concat.exp +++ b/tests/lang/eval-okay-concat.exp @@ -1 +1 @@ -List([Int(1),Int(2),Int(3),Int(4),Int(5),Int(6),Int(7),Int(8),Int(9)]) +[ 1 2 3 4 5 6 7 8 9 ] |