diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2020-06-23 05:51:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 10:51:33 +0200 |
commit | 8e54bc5b0c06dcf2ed0de6b8a10733155e15dc0a (patch) | |
tree | d5ee1b30de5b9de9262038b54e1a50c59a53b360 /nimpretty/tests/expected | |
parent | 511bd947d3a90a5ffedc994a45a36c4eeca63856 (diff) | |
download | Nim-8e54bc5b0c06dcf2ed0de6b8a10733155e15dc0a.tar.gz |
Deprecate and/or remove ospaths (#14767)
Diffstat (limited to 'nimpretty/tests/expected')
-rw-r--r-- | nimpretty/tests/expected/wrong_ind.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimpretty/tests/expected/wrong_ind.nim b/nimpretty/tests/expected/wrong_ind.nim index 95a35a8fd..3ff9de91c 100644 --- a/nimpretty/tests/expected/wrong_ind.nim +++ b/nimpretty/tests/expected/wrong_ind.nim @@ -2,7 +2,7 @@ # bug #9505 import std/[ - strutils, ospaths, os + strutils, os ] import pkg/[ regex |