summaryrefslogtreecommitdiff
path: root/t/op/ver.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/ver.t')
-rwxr-xr-xt/op/ver.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/ver.t b/t/op/ver.t
index 31bd09c0fd..ecfc15c059 100755
--- a/t/op/ver.t
+++ b/t/op/ver.t
@@ -208,7 +208,7 @@ my ($revision,$version,$subversion) = split '\.', sprintf("%vd",$^V);
my $v = sprintf("%d.%.3d%.3d",$revision,$version,$subversion);
-ok( $v eq "$]", "\$^V eq \$] (string)");
+ok( $v eq "$]", qq{"\$^V eq "\$]"});
$v = $revision + $version/1000 + $subversion/1000000;