mirror of
https://github.com/logos-storage/asynctest.git
synced 2026-01-02 13:03:07 +00:00
Add helpful compiler errors on old import paths
This commit is contained in:
parent
7bcc20b93f
commit
0fac3d3988
4
asynctest.nim
Normal file
4
asynctest.nim
Normal file
@ -0,0 +1,4 @@
|
||||
{.error:
|
||||
"As of version 0.5.0 you need to import either " &
|
||||
"asynctest/asyncdispatch/unittest or " &
|
||||
"asynctest/chronos/unittest depending on your choice of async framework".}
|
||||
4
asynctest/unittest2.nim
Normal file
4
asynctest/unittest2.nim
Normal file
@ -0,0 +1,4 @@
|
||||
{.error:
|
||||
"As of version 0.5.0 you need to import either " &
|
||||
"asynctest/asyncdispatch/unittest2 or " &
|
||||
"asynctest/chronos/unittest2 depending on your choice of async framework".}
|
||||
Loading…
x
Reference in New Issue
Block a user