Skip to content

Commit 2b9ca2a

Browse files
chore: fix some styling
1 parent 09bf50d commit 2b9ca2a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/integration/closure_once.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
2-
$clo = test_closure_once('closure works');
32

4-
echo $clo();
3+
echo test_closure_once('closure works')();
54
echo ' ';
65

76
try {

tests/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ mod tests {
114114
Command::new("cargo")
115115
.arg("build")
116116
.output()
117-
.expect("failed to execute process")
117+
.expect("failed to build extension")
118118
.status
119119
.success();
120120
});

0 commit comments

Comments
 (0)