diff options
author | James Booth <boothj5@gmail.com> | 2013-07-11 22:57:35 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-07-11 22:57:35 +0100 |
commit | 36265dde2fd70f994bc8ee2b2cdff9a398ceff1d (patch) | |
tree | 4df05c0207d07e8aa4a16aa73c5f2b05ee46677d /tests | |
parent | 907beb55f6dba952b6b07579c919fad251b7a0c0 (diff) | |
download | profani-tty-36265dde2fd70f994bc8ee2b2cdff9a398ceff1d.tar.gz |
Moved functions to parser.c, moved parser to tools
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parser.c b/tests/test_parser.c index fd1b1e1c..58e3f3e7 100644 --- a/tests/test_parser.c +++ b/tests/test_parser.c @@ -1,7 +1,7 @@ #include <stdlib.h> #include <string.h> #include <head-unit.h> -#include "command/parser.h" +#include "tools/parser.h" void parse_null_returns_null(void) |