Skip to content

Commit

Permalink
Item13883: remove pointless unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed May 26, 2023
1 parent 0714f19 commit 6efb8c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ sub test_EVAL {
sub test_EVAL_GLOB {
my ($this) = @_;

$this->assert( $this->CALC('$EVAL(1 < 2 + 2 > 1)') == 1 );
$this->assert( $this->CALC('$EVAL(1 <2 <> )') =~ /^ERROR:/ );
$this->assert( $this->CALC('$EVAL(<>)') =~ /^ERROR:/ );
$this->assert( $this->CALC('$EVAL(<<>>)') =~ /^ERROR:/ );
Expand Down

0 comments on commit 6efb8c1

Please sign in to comment.