Skip to content

Commit

Permalink
Update line number due to new use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lydia-duncan committed Jul 3, 2019
1 parent 6c911be commit 4ed6f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/library/standard/List/bradc/emptySeq3.good
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
emptySeq3.chpl:3: error: unresolved call 'LinkedList(int(64)).init=(nil)'
$CHPL_HOME/modules/standard/LinkedLists.chpl:77: note: this candidate did not match: LinkedList.init=(l: this.type )
$CHPL_HOME/modules/standard/LinkedLists.chpl:78: note: this candidate did not match: LinkedList.init=(l: this.type )
emptySeq3.chpl:3: note: because call actual argument #1 with type nil
$CHPL_HOME/modules/standard/LinkedLists.chpl:77: note: is passed to formal 'l: LinkedList'
$CHPL_HOME/modules/standard/LinkedLists.chpl:53: note: candidates are: LinkedList.init=(other: this.type)
$CHPL_HOME/modules/standard/LinkedLists.chpl:78: note: is passed to formal 'l: LinkedList'
$CHPL_HOME/modules/standard/LinkedLists.chpl:54: note: candidates are: LinkedList.init=(other: this.type)

0 comments on commit 4ed6f46

Please sign in to comment.