Skip to content

Commit 253e173

Browse files
committed
added morev tests
1 parent 3510c24 commit 253e173

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

git-function-history-lib/src/test_functions.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,12 @@ where T: super_trait {
108108
pub fn empty_test<'a>() {
109109
println!("empty test");
110110
}
111-
111+
112+
}
113+
114+
extern {
115+
pub fn empty_test(t: String) -> i32 {
116+
println!("empty test");
117+
t.parse()
118+
}
112119
}

0 commit comments

Comments
 (0)