summary refs log tree commit diff stats
path: root/tests/stdlib/theapqueue.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/theapqueue.nim')
-rw-r--r--tests/stdlib/theapqueue.nim6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/stdlib/theapqueue.nim b/tests/stdlib/theapqueue.nim
index 3b68166af..afb09c7e3 100644
--- a/tests/stdlib/theapqueue.nim
+++ b/tests/stdlib/theapqueue.nim
@@ -1,5 +1,9 @@
-import std/heapqueue
+discard """
+  matrix: "--mm:refc; --mm:orc"
+"""
 
+import std/heapqueue
+import std/assertions
 
 proc toSortedSeq[T](h: HeapQueue[T]): seq[T] =
   var tmp = h