Skip to content

Commit 1864f5c

Browse files
committed
aider: test: Add test for plain function
1 parent 1fa8eec commit 1864f5c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

testdata/rust/plain/src/tests.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#[cfg(test)]
2+
mod tests {
3+
use super::*;
4+
5+
#[test]
6+
fn test_plain() {
7+
plain();
8+
}
9+
}

0 commit comments

Comments
 (0)