Browse Source

Fix test plan for 004-strings.t

pull/8/head
Paul J. Davis 13 years ago
committed by Dmitry Groshev
parent
commit
42ce9c3492
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/004-strings.t

+ 1
- 1
test/004-strings.t View File

@ -6,7 +6,7 @@ main([]) ->
code:add_pathz("ebin"),
code:add_pathz("test"),
etap:plan(80),
etap:plan(83),
util:test_good(good()),
util:test_good(uescaped(), [uescape]),
util:test_errors(errors()),

Loading…
Cancel
Save