summaryrefslogtreecommitdiffstats
path: root/tests/incremental/remove_source_file/auxiliary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/incremental/remove_source_file/auxiliary')
-rw-r--r--tests/incremental/remove_source_file/auxiliary/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/incremental/remove_source_file/auxiliary/mod.rs b/tests/incremental/remove_source_file/auxiliary/mod.rs
new file mode 100644
index 000000000..96a366d96
--- /dev/null
+++ b/tests/incremental/remove_source_file/auxiliary/mod.rs
@@ -0,0 +1,3 @@
+pub fn print_hello() {
+ println!("hello");
+}