diff options
author | Felix Krause <contact@flyx.org> | 2016-08-24 23:37:43 +0200 |
---|---|---|
committer | Felix Krause <contact@flyx.org> | 2016-08-24 23:37:43 +0200 |
commit | eeb8024af49526378755b7b92185bb820cfffc2b (patch) | |
tree | 9a670d6f3b261ee02b29c06d4240f1f7b65a3230 | |
parent | 74a55995f0635caaf6bfd71ef8d04b2148469cec (diff) | |
download | Nim-eeb8024af49526378755b7b92185bb820cfffc2b.tar.gz |
Fixed another test to expect new unittest output
-rw-r--r-- | tests/js/tunittests.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/js/tunittests.nim b/tests/js/tunittests.nim index 4b09c99a9..7c2e70563 100644 --- a/tests/js/tunittests.nim +++ b/tests/js/tunittests.nim @@ -1,5 +1,7 @@ discard """ - output: '''[OK] >:)''' + output: ''' +[Suite] Bacon + [OK] >:)''' """ import unittest |