summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/arc/t14383.nim8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/arc/t14383.nim b/tests/arc/t14383.nim
index 412e11326..78afc58e2 100644
--- a/tests/arc/t14383.nim
+++ b/tests/arc/t14383.nim
@@ -43,3 +43,11 @@ proc varArg(lst: var seq[string]) =
 var x = @["a", "b"]
 varArg(x)
 echo x
+
+
+#------------------------------------------------------------------------------
+# Issue #15286
+#------------------------------------------------------------------------------
+
+import std/os
+discard getFileInfo(".")
\ No newline at end of file