Skip to content

Commit

Permalink
Fixed forgotten test.
Browse files Browse the repository at this point in the history
  • Loading branch information
smuuf committed Mar 28, 2020
1 parent eef9eda commit 0767821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/repl.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $expected = [
"ERR: Undefined variable 'b' @ line 1, position 0",
"1",
"a: 1\n_: 1",
"<function: primi>",
"<function: user>",
];

$driver = new class implements \Smuuf\Primi\IReadlineDriver {
Expand Down

0 comments on commit 0767821

Please sign in to comment.