Skip to content

Commit

Permalink
tables module uses runnableExamples (#16994)
Browse files Browse the repository at this point in the history
* tables module use runnableExamples
* disable the tests
  • Loading branch information
ringabout authored Feb 13, 2021
1 parent fad8439 commit eb8cc51
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 335 deletions.
2 changes: 1 addition & 1 deletion lib/pure/collections/hashcommon.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# distribution, for details about the copyright.
#

# An ``include`` file which contains common code for
# An `include` file which contains common code for
# hash sets and tables.

const
Expand Down
2 changes: 1 addition & 1 deletion lib/pure/collections/tableimpl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# distribution, for details about the copyright.
#

# An ``include`` file for the different table implementations.
# An `include` file for the different table implementations.

include hashcommon

Expand Down
Loading

0 comments on commit eb8cc51

Please sign in to comment.