aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.rs')
-rw-r--r--src/parser.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/parser.rs b/src/parser.rs
index 38c7ecd..3b5a8e4 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -927,11 +927,6 @@ mod tests {
}
#[test]
- fn action_parses_command_to_vec_of_words() {
- let text = "/usr/bin/say 'hello'";
- }
-
- #[test]
fn map_parses_map_line() {
let text = "map <play><down> test
";