aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile/input.rs')
-rw-r--r--src/makefile/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile/input.rs b/src/makefile/input.rs
index 03e7f18..5dda538 100644
--- a/src/makefile/input.rs
+++ b/src/makefile/input.rs
@@ -1163,8 +1163,8 @@ cursed:
#[test]
fn dependency_prepending_appending() -> R {
let file = "
-test: a
test: b
+test: a
\techo hi
test: c
";