Skip to content

Commit aedd4b4

Browse files
committed
Regenerate snapshots with latest testthat
1 parent 1e415c7 commit aedd4b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/testthat/_snaps/register.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# get_call_entries: returns an empty string for packages with .Call entries and NAMESPACE files
1+
# get_call_entries / returns an empty string for packages with .Call entries and NAMESPACE files
22

33
Code
44
call_entries
@@ -11,7 +11,7 @@
1111
[6] " {NULL, NULL, 0}"
1212
[7] "};"
1313

14-
# get_call_entries: works with multiple register functions.
14+
# get_call_entries / works with multiple register functions.
1515

1616
Code
1717
cat(read_file(cpp_bindings))
@@ -60,7 +60,7 @@
6060
R_forceSymbols(dll, TRUE);
6161
}
6262

63-
# cpp_register: works with a package that registers a single c++ function
63+
# cpp_register / works with a package that registers a single c++ function
6464

6565
Code
6666
cat(read_file(r_bindings))
@@ -104,7 +104,7 @@
104104
R_forceSymbols(dll, TRUE);
105105
}
106106

107-
# cpp_register: can be run with messages
107+
# cpp_register / can be run with messages
108108

109109
Code
110110
cpp_register(p, quiet = FALSE)

0 commit comments

Comments
 (0)