summaryrefslogtreecommitdiff
path: root/ext/B/t/optree_misc.t
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2007-10-25 21:36:42 +0000
committerCraig A. Berry <craigberry@mac.com>2007-10-25 21:36:42 +0000
commit22aebd372b7cd8ef07838f9eee5351a3dd3bc241 (patch)
tree605f62517fe25ca6aaff2d3847c0fbf72c72ee7f /ext/B/t/optree_misc.t
parenteed5d6a149b02c1699ad94ea14e2bef36a34fdfa (diff)
downloadperl-22aebd372b7cd8ef07838f9eee5351a3dd3bc241.tar.gz
Platform-neutral quoting in optree_misc.t.
p4raw-id: //depot/perl@32194
Diffstat (limited to 'ext/B/t/optree_misc.t')
-rw-r--r--ext/B/t/optree_misc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/optree_misc.t b/ext/B/t/optree_misc.t
index 38712beb6c..bcb0f2ef31 100644
--- a/ext/B/t/optree_misc.t
+++ b/ext/B/t/optree_misc.t
@@ -100,7 +100,7 @@ if ($] < 5.009) {
}
checkOptree ( name => 'index and PVBM',
- prog => '$_ = index "foo", "foo"',
+ prog => '$_ = index q(foo), q(foo)',
strip_open_hints => 1,
expect => $t, expect_nt => $nt);