diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-10-22 18:52:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 18:52:05 +0200 |
commit | 64016ddedcfc266c87d8fe7eece8b9476aa6db30 (patch) | |
tree | 18a31e58d0853bb5e168efc42bf61f7cde2999c2 /tests | |
parent | 8358974b73afe8db06822779f2a28adbafc58280 (diff) | |
download | Nim-64016ddedcfc266c87d8fe7eece8b9476aa6db30.tar.gz |
fixes view types for sizeof() and --gc:orc (#15680)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/views/tsplit_into_seq.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/views/tsplit_into_seq.nim b/tests/views/tsplit_into_seq.nim index 49968f4c2..a0861458b 100644 --- a/tests/views/tsplit_into_seq.nim +++ b/tests/views/tsplit_into_seq.nim @@ -4,7 +4,7 @@ asdf 231 231 ''' - cmd: "nim c $file" + cmd: "nim c --gc:orc $file" """ {.experimental: "views".} |