Skip to content

Commit d72b017

Browse files
committed
fix the test for DWARF expressions
1 parent d4aa500 commit d72b017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Lib/Dwarf/Expression/ExpressionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function testExecute($expected, $operations): void
2323
$expression = new Expression(
2424
new ExpressionContext(),
2525
new Stack([]),
26-
...$operations
26+
$operations
2727
);
2828
$this->assertSame(
2929
$expected,

0 commit comments

Comments
 (0)