summary refs log tree commit diff stats
path: root/tests/stdlib/ttables.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/ttables.nim')
-rw-r--r--tests/stdlib/ttables.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/stdlib/ttables.nim b/tests/stdlib/ttables.nim
index ab6502411..c529aff9f 100644
--- a/tests/stdlib/ttables.nim
+++ b/tests/stdlib/ttables.nim
@@ -1,3 +1,7 @@
+discard """
+  matrix: "--mm:refc; --mm:orc"
+"""
+
 import tables, hashes
 import std/assertions
 
d4074ed'>^
fb80da83 ^






















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