summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-10-22 18:52:05 +0200
committerGitHub <noreply@github.com>2020-10-22 18:52:05 +0200
commit64016ddedcfc266c87d8fe7eece8b9476aa6db30 (patch)
tree18a31e58d0853bb5e168efc42bf61f7cde2999c2 /tests
parent8358974b73afe8db06822779f2a28adbafc58280 (diff)
downloadNim-64016ddedcfc266c87d8fe7eece8b9476aa6db30.tar.gz
fixes view types for sizeof() and --gc:orc (#15680)
Diffstat (limited to 'tests')
-rw-r--r--tests/views/tsplit_into_seq.nim2
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".}