Skip to content

Commit

Permalink
Fix small potential bug in (passed)
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Mar 29, 2015
1 parent 030bdbe commit 023d7d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.2 (2015-03-29)

* Fix small potential bug in (passed)

## 0.5.1 (2015-03-29)

* Small refactor: replace anonymous function with simpler eval
Expand Down
2 changes: 1 addition & 1 deletion module.l
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[de MODULE_INFO
("name" "unit")
("version" "0.5.1")
("version" "0.5.2")
("summary" "Unit Testing framework for PicoLisp")
("source" "https://github.com/aw/picolisp-unit.git")
("author" "Alexander Williams")
Expand Down
2 changes: 1 addition & 1 deletion unit.l
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
Message
(colour) ]

[de passed @
[de passed (Message)
(inc '*Passed)
(inc '*Counter)
(queue '*Results (list T *Counter Message))
Expand Down

0 comments on commit 023d7d8

Please sign in to comment.