diff options
author | flywind <xzsflywind@gmail.com> | 2020-11-13 15:42:59 +0800 |
---|---|---|
committer | flywind <xzsflywind@gmail.com> | 2020-11-13 15:42:59 +0800 |
commit | a968e7dd9b2a22adeae8a71f7ca1e8dfb2e56a2c (patch) | |
tree | ee46e2d3cb5a2e9bde4d18d5c0d499cdc9190569 /tests/stdlib | |
parent | 0f53b129b78ae480f62a68877778600ba100e96c (diff) | |
download | Nim-a968e7dd9b2a22adeae8a71f7ca1e8dfb2e56a2c.tar.gz |
add testcase for #9754
Diffstat (limited to 'tests/stdlib')
-rw-r--r-- | tests/stdlib/t9754.nim | 2 |
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 |