diff --git a/test/compiler/test.plt b/test/compiler/test.plt
index 0dcb0909c2397038f091247e19d48138cc2a534d..c523c75e0769c3ff5299a1c49b11679221d24076 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;
 }