diff options
author | narimiran <narimiran@disroot.org> | 2019-09-13 07:46:46 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-09-13 07:46:46 +0200 |
commit | d79fb77974dbb42878b02d1f4904a837de1954f0 (patch) | |
tree | 2054c2f0c8d6b32d3dbd0e9afbc52372b6a84c15 /tests/misc/tmodulea.nim | |
parent | eb241f424134ff2174dc9b9e2a9e76ef9def7027 (diff) | |
download | Nim-d79fb77974dbb42878b02d1f4904a837de1954f0.tar.gz |
close #6731 by writing a test case
Diffstat (limited to 'tests/misc/tmodulea.nim')
-rw-r--r-- | tests/misc/tmodulea.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/tmodulea.nim b/tests/misc/tmodulea.nim new file mode 100644 index 000000000..5aeb1824b --- /dev/null +++ b/tests/misc/tmodulea.nim @@ -0,0 +1,3 @@ +from modulea import modulea + +#bug #6731 |