Skip to content

Commit 1aae163

Browse files
committed
testsuite: Make main fn public
1 parent fd94bd9 commit 1aae163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/issue-4107.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
fn main() {
11+
pub fn main() {
1212
let id: &Mat2<float> = &Matrix::identity();
1313
}
1414

0 commit comments

Comments
 (0)