summary refs log tree commit diff stats
path: root/tests/coroutines/tgc.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-04-21 21:37:58 +0800
committerGitHub <noreply@github.com>2023-04-21 15:37:58 +0200
commit4fa86422c057ae0615a6f06a6fd0a538e1bce029 (patch)
tree4cbf62d4563e43d1fbb071c78672bd6e6f805006 /tests/coroutines/tgc.nim
parent48de0d0cf47131bd7e096418563463b80d43994d (diff)
downloadNim-4fa86422c057ae0615a6f06a6fd0a538e1bce029.tar.gz
stdlib tests now check refc too (#21664)
* stdlib tests now check refc too

* typo

* fixes line numbers

* disable cpp

* do not touch
Diffstat (limited to 'tests/coroutines/tgc.nim')
-rw-r--r--tests/coroutines/tgc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coroutines/tgc.nim b/tests/coroutines/tgc.nim
index e2f8b6469..770d413f5 100644
--- a/tests/coroutines/tgc.nim
+++ b/tests/coroutines/tgc.nim
@@ -1,6 +1,6 @@
 discard """
   matrix: "--gc:refc; --gc:arc; --gc:orc"
-  target: "c"
+  targets: "c"
 """
 
 when compileOption("gc", "refc") or not defined(openbsd):
6-07-15 15:40:08 +0200 version 1 battle plan' href='/ahoang/Nim/commit/todo.txt?h=devel&id=d798323248d25a32f2bf3b4aa1e07a2d95a7ab83'>d79832324 ^
d79832324 ^

157cd6d8d ^
f4a0400de ^
a2bb7d4c7 ^



d4bca58b7 ^
2958adc47 ^

c55f5b34e ^
5f64d7a35 ^
d01ff8994 ^
d01ff8994 ^
22a702868 ^
22a702868 ^


d01ff8994 ^
d01ff8994 ^
22a702868 ^



22a702868 ^

22a702868 ^
258aabba6 ^



9952d1667 ^
258aabba6 ^



22a702868 ^


22a702868 ^







258aabba6 ^


8b5aa221a ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70