summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-02 13:39:07 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-02 13:39:07 +0200
commit71d0352cc50a22e630ecdd4a862f884305df9307 (patch)
tree282817c3303b6052722bcde7328df93849422be4 /tests
parent3b2615a3ef7b174d263aecc06d4d1259b6f9260d (diff)
downloadtest-deps-main.tar.gz
foomain
Diffstat (limited to 'tests')
-rw-r--r--tests/foo.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/foo.rs b/tests/foo.rs
new file mode 100644
index 0000000..ae37024
--- /dev/null
+++ b/tests/foo.rs
@@ -0,0 +1,4 @@
+#[test]
+fn test() {
+ bar::bar();
+} \ No newline at end of file