Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Oct 19, 2020
1 parent 4c17fb1 commit a463c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/BinaryOperationTest.php
Expand Up @@ -187,8 +187,8 @@ function foo(string $s) : int {
$c = (true xor false);
$d = (false xor false);',
'assertions' => [
'$a' => 'positive-int',
'$b' => 'positive-int',
'$a' => 'int',
'$b' => 'int',
'$c' => 'bool',
'$d' => 'bool',
],
Expand Down

0 comments on commit a463c89

Please sign in to comment.