mirror of
https://github.com/status-im/asynctest.git
synced 2025-02-17 23:36:59 +00:00
Add helpful compiler errors on old import paths
This commit is contained in:
parent
4f89a82a49
commit
eb6940c5de
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