Skip to content

Commit d58fa88

Browse files
committed
Update snapshots following compat-cli changes
1 parent 151f85a commit d58fa88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/_snaps/c-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<error/rlang_error>
77
Error in `lof_arr_push_back()`:
88
! Location 0 does not exist.
9-
i In file rlang/dyn-list-of.c at line 167.
9+
i In file 'rlang/dyn-list-of.c' at line 167.
1010
i This is an internal error, please report it to the package authors.
1111
Code
1212
err(lof_arr_push_back(lof, 10, 42L), "Location 10 does not exist")
1313
Output
1414
<error/rlang_error>
1515
Error in `lof_arr_push_back()`:
1616
! Location 10 does not exist.
17-
i In file rlang/dyn-list-of.c at line 167.
17+
i In file 'rlang/dyn-list-of.c' at line 167.
1818
i This is an internal error, please report it to the package authors.
1919

2020
# re-encoding fails purposefully with any bytes

0 commit comments

Comments
 (0)