diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-04-02 11:52:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 11:52:31 +0200 |
commit | d01245e501c3d90449383d055da9cb1fe5a24a7f (patch) | |
tree | e4f71328ecddd9f96452787db73a0db0e0354a7d /tests/stdlib | |
parent | 68539a2926dd5937e6af640ead200726b46b80b6 (diff) | |
download | Nim-d01245e501c3d90449383d055da9cb1fe5a24a7f.tar.gz |
renamed new std/pragmas.nim to std/byaddr.nim (#13844)
* renamed new std/pragmas.nim to std/byaddr.nim * minor code cleanup
Diffstat (limited to 'tests/stdlib')
-rw-r--r-- | tests/stdlib/tbyaddr.nim (renamed from tests/stdlib/tpragmas.nim) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tpragmas.nim b/tests/stdlib/tbyaddr.nim index b91d7e547..b485635c7 100644 --- a/tests/stdlib/tpragmas.nim +++ b/tests/stdlib/tbyaddr.nim @@ -1,4 +1,4 @@ -import std/pragmas +import std/byaddr block: var s = @[10,11,12] |