summaryrefslogtreecommitdiff
path: root/tests/foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/foo.rs')
-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