summaryrefslogtreecommitdiff
path: root/lib/perl5db.t
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2012-11-16 09:57:55 +0200
committerTony Cook <tony@develop-help.com>2013-01-02 11:22:05 +1100
commit517cdf98ec4bbc70e52605afa85c59d776d8d26a (patch)
treeeda67028fffd42f8e82f052b4202fb538ac383f8 /lib/perl5db.t
parent50acbf3bbd1afcaf915d749b17bd75e286248794 (diff)
downloadperl-517cdf98ec4bbc70e52605afa85c59d776d8d26a.tar.gz
Fixed the test - it passes now.
Thanks to Father Chrysostomos for fixing the bug in blead, I was now able to fix the test in the debugger.
Diffstat (limited to 'lib/perl5db.t')
-rw-r--r--lib/perl5db.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.t b/lib/perl5db.t
index e2efa25fc6..a5d4df4abe 100644
--- a/lib/perl5db.t
+++ b/lib/perl5db.t
@@ -817,7 +817,7 @@ sub _calc_trace_wrapper
$wrapper->contents_like(
# qr/^0\s+HASH\([^\)]+\)\n\s+500 => 600\n/,
- qr/^0\sSCALAR\([^\)]+\)\n\s+-> 'hello world'\n/ms,
+ qr/^0\s+SCALAR\([^\)]+\)\n\s+-> 'hello world'\n/ms,
"x after AutoTrace=1 command is working."
);
}