diff options
author | Euan <euantorano@users.noreply.github.com> | 2020-04-22 23:35:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 23:35:22 +0100 |
commit | 0b4a475f2ee0f80e7d621e861bb85731797206be (patch) | |
tree | 96ebe8b0e7d71632397275895a005eb927334ecd /tests/js | |
parent | d27bc03b21ea066134a297e61d0d18c901300ccc (diff) | |
download | Nim-0b4a475f2ee0f80e7d621e861bb85731797206be.tar.gz |
Ref #14075 - enable two tests which seem to now be passing locally on FreeBSD. (#14076)
Diffstat (limited to 'tests/js')
-rw-r--r-- | tests/js/tconsole.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/js/tconsole.nim b/tests/js/tconsole.nim index b2eecc656..88c71ea18 100644 --- a/tests/js/tconsole.nim +++ b/tests/js/tconsole.nim @@ -3,7 +3,6 @@ discard """ Hello, console 1 2 3 ''' - disabled: "freebsd" """ # This file tests the JavaScript console |