Skip to content

Commit 6fedfc2

Browse files
typo
1 parent e2f53f4 commit 6fedfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/unitTests/cpp/Matrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ NumericMatrix runit_no_init_matrix_ctor() {
289289
}
290290

291291
// [[Rcpp::export]]
292-
int runit_no_init_matrix_ctor_nrows() {
292+
int runit_no_init_matrix_ctor_nrow() {
293293
NumericMatrix x(no_init(2, 2));
294294
return x.nrow();
295295
}

0 commit comments

Comments
 (0)