summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-22 11:34:48 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-22 11:34:48 -0500
commit489766d2e7a04342364d604fcf2bec740ea43c82 (patch)
treee44e15b4f22402bf441765300684d5645ae6a208
parentbdc063779a1387312b7d4020123ce4a319061594 (diff)
downloadlanguage-teco-489766d2e7a04342364d604fcf2bec740ea43c82.tar.gz
language-teco-489766d2e7a04342364d604fcf2bec740ea43c82.zip
wrong number of tests
-rw-r--r--t/100-errors.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/100-errors.t b/t/100-errors.t
index 26275c5..3bd23e1 100644
--- a/t/100-errors.t
+++ b/t/100-errors.t
@@ -6,7 +6,7 @@ use Test::Exception;
use Language::TECO;
my @test_cmds = qw/j c d/;
-plan tests => @test_cmds * 4;
+plan tests => @test_cmds * 6;
my $buftext = "this is\nan initial buffer";
my $te = Language::TECO->new($buftext);