From fa750e3d195c249cc48a7416b487715c2031428d Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 1 Apr 2021 22:17:06 -0600 Subject: and here i thought alt() would do backtracking on its own --- src/makefile/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/makefile/mod.rs') diff --git a/src/makefile/mod.rs b/src/makefile/mod.rs index c118eb9..5be18e0 100644 --- a/src/makefile/mod.rs +++ b/src/makefile/mod.rs @@ -714,8 +714,7 @@ mod test { #[test] fn basic_conditionals() -> R { let file = " -ifneq (,$(foo bar, $(baz))) -else ifeq (1,1) +ifeq (1,1) worked = yes else ifeq (2,2) worked = no -- cgit v1.2.3