Skip to content

Commit 38c0d6b

Browse files
committed
Fix tests/var_dump.phpt to not require certain build path, refs #541
1 parent c2614b5 commit 38c0d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/var_dump.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ array(11) {
114114
["function"]=>
115115
object(Closure)#4 (4) {
116116
["name"]=>
117-
string(45) "{closure:/tmp/php-v8js/tests/var_dump.php:51}"
117+
string(%d) "{closure:%s/tests/var_dump.php:51}"
118118
["file"]=>
119-
string(32) "/tmp/php-v8js/tests/var_dump.php"
119+
string(%d) "%s/tests/var_dump.php"
120120
["line"]=>
121121
int(51)
122122
["parameter"]=>

0 commit comments

Comments
 (0)