Skip to content

Commit

Permalink
Futurize a bunch of lifetime tests for list that broke after #17510
Browse files Browse the repository at this point in the history
Signed-off-by: David Longnecker <[email protected]>
  • Loading branch information
dlongnecke-cray committed Apr 9, 2021
1 parent 76b4639 commit 4097656
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions test/classes/delete-free/lifetimes/bad-append-borrow.future
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Lifetime errors for list.append() stopped firing after its return type
was changed to int in #17510.
Empty file.
2 changes: 2 additions & 0 deletions test/library/standard/List/classLists/listAppendBorrow.future
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Lifetime errors for list.append() stopped firing after its return type
was changed to int in #17510.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Lifetime errors for list.append() stopped firing after its return type
was changed to int in #17510.
Empty file.
2 changes: 2 additions & 0 deletions test/library/standard/List/listAppendLifetime.future
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Lifetime errors for list.append() stopped firing after its return type
was changed to int in #17510.

0 comments on commit 4097656

Please sign in to comment.