Skip to content

Commit

Permalink
have strings.t run tests in their own runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
awwx committed Jun 7, 2011
1 parent 8fe124b commit 6d8b2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strings.t
@@ -1,6 +1,6 @@
(use strings test-by-example)
(use runtime test-by-example)

(example-test runtime* #<<.
(example-test (runtime '(strings)) #<<.
> (tokens "abc def ghi")
("abc" "def" "ghi")
Expand Down

0 comments on commit 6d8b2b0

Please sign in to comment.