aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/macro.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-06 15:30:47 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-06 15:30:47 -0600
commitcffe9f4085cf28e9a1e62346cfb31ed0470a49ff (patch)
tree7bfd667b0c1952275ff478afc3bcad0a0c0dbf53 /src/makefile/macro.rs
parentccd9a6560c34690af803ef4dae2e53621ae608c1 (diff)
downloadmakers-cffe9f4085cf28e9a1e62346cfb31ed0470a49ff.tar.gz
makers-cffe9f4085cf28e9a1e62346cfb31ed0470a49ff.zip
appease our wire lord and savior
Diffstat (limited to 'src/makefile/macro.rs')
-rw-r--r--src/makefile/macro.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/makefile/macro.rs b/src/makefile/macro.rs
index 1c8bd01..2c8747c 100644
--- a/src/makefile/macro.rs
+++ b/src/makefile/macro.rs
@@ -304,10 +304,7 @@ mod test {
eagerly_expanded: false,
},
);
- assert_eq!(
- macros.expand(&"$(oof:;=?)".parse().unwrap())?,
- "bruh? swag? yeet?"
- );
+ assert_eq!(macros.expand(&"$(oof:;=?)".parse()?)?, "bruh? swag? yeet?");
Ok(())
}
}