diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-01-18 11:40:30 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-01-18 11:40:30 +0100 |
commit | 090d22c71518babf662e55e971f9382e0d993052 (patch) | |
tree | 1218468e312482cd6f9d1f00396b9806583a5238 /tests/async/config.nims | |
parent | 6a2b57b4aac7d1a411bb8782523c3094774c4b09 (diff) | |
parent | 27aab0be162de4cca6132b46c12d98ce9c83d60e (diff) | |
download | Nim-090d22c71518babf662e55e971f9382e0d993052.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'tests/async/config.nims')
-rw-r--r-- | tests/async/config.nims | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/async/config.nims b/tests/async/config.nims deleted file mode 100644 index 97c2e0aa4..000000000 --- a/tests/async/config.nims +++ /dev/null @@ -1,2 +0,0 @@ -when defined(upcoming): - patchFile("stdlib", "asyncdispatch", "$lib/upcoming/asyncdispatch") |