From 4ed6f46abe7c06a01d6a6518d5ae086ce2af3edf Mon Sep 17 00:00:00 2001 From: Lydia Duncan Date: Tue, 2 Jul 2019 15:42:29 -0700 Subject: [PATCH] Update line number due to new use statement --- test/library/standard/List/bradc/emptySeq3.good | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/library/standard/List/bradc/emptySeq3.good b/test/library/standard/List/bradc/emptySeq3.good index dfc5279b9140..917e1d0f737c 100644 --- a/test/library/standard/List/bradc/emptySeq3.good +++ b/test/library/standard/List/bradc/emptySeq3.good @@ -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)