about summary refs log tree commit diff stats
path: root/tests/test_parser.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 01:43:43 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 01:43:43 +0000
commit1d5046bc9747c981f7e9631987a4cb484a9534d9 (patch)
tree431dc3dd245aef2672246d533f6215f3393f378d /tests/test_parser.c
parentc72d7ad6a6c919f09430d0781e99d59388871e4f (diff)
downloadprofani-tty-1d5046bc9747c981f7e9631987a4cb484a9534d9.tar.gz
Renamed parser.c -> command_parser.c
Included in command.h
Diffstat (limited to 'tests/test_parser.c')
-rw-r--r--tests/test_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parser.c b/tests/test_parser.c
index 88e03c71..d72fd5c0 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 "parser.h"
+#include "command.h"
 
 void
 parse_null_returns_null(void)