From e2ffe02854cdc339fc495677d18656bb5a67669d Mon Sep 17 00:00:00 2001 From: "ben.franksen" <ben.franksen@online.de> Date: Thu, 23 Jun 2011 21:00:28 +0000 Subject: [PATCH] test: fix number of errors in tooLong test --- test/compiler/test.plt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compiler/test.plt b/test/compiler/test.plt index 0dcb0909..c523c75e 100644 --- a/test/compiler/test.plt +++ b/test/compiler/test.plt @@ -31,7 +31,7 @@ my $error = { }; if ($host_arch =~ /64/) { - $error->{tooLong} = 1; + $error->{tooLong} = 4; } else { $success->{tooLong} = undef; } -- GitLab