summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2020-11-13 15:42:59 +0800
committerflywind <xzsflywind@gmail.com>2020-11-13 15:42:59 +0800
commita968e7dd9b2a22adeae8a71f7ca1e8dfb2e56a2c (patch)
treeee46e2d3cb5a2e9bde4d18d5c0d499cdc9190569 /tests/stdlib
parent0f53b129b78ae480f62a68877778600ba100e96c (diff)
downloadNim-a968e7dd9b2a22adeae8a71f7ca1e8dfb2e56a2c.tar.gz
add testcase for #9754
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/t9754.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stdlib/t9754.nim b/tests/stdlib/t9754.nim
new file mode 100644
index 000000000..6e81fd8bc
--- /dev/null
+++ b/tests/stdlib/t9754.nim
@@ -0,0 +1,2 @@
+import tmarshal
+import tparsesql
\ No newline at end of file