From a968e7dd9b2a22adeae8a71f7ca1e8dfb2e56a2c Mon Sep 17 00:00:00 2001 From: flywind Date: Fri, 13 Nov 2020 15:42:59 +0800 Subject: [PATCH] add testcase for #9754 --- tests/stdlib/t9754.nim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/stdlib/t9754.nim diff --git a/tests/stdlib/t9754.nim b/tests/stdlib/t9754.nim new file mode 100644 index 0000000000..6e81fd8bc2 --- /dev/null +++ b/tests/stdlib/t9754.nim @@ -0,0 +1,2 @@ +import tmarshal +import tparsesql \ No newline at end of file