diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/parser.rs | 5 |
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 "; |
