diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-15 16:07:58 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-15 16:07:58 +0000 |
commit | df9a72d9fcad93eb8db321efc1f55d60c45ac6c7 (patch) | |
tree | 4ab57d249399c6d3d76e05291beef56c82fea36c /test | |
parent | updated the reame (diff) | |
download | faultreiber-df9a72d9fcad93eb8db321efc1f55d60c45ac6c7.tar.gz faultreiber-df9a72d9fcad93eb8db321efc1f55d60c45ac6c7.zip |
a lil bug fix
Diffstat (limited to 'test')
-rw-r--r-- | test/autowasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/autowasm.c b/test/autowasm.c index dc0db84..98dddf0 100644 --- a/test/autowasm.c +++ b/test/autowasm.c @@ -6,8 +6,8 @@ #include <unistd.h> #include <sys/resource.h> -#include "./structs.h" -#include "./read.h" +//#include "./structs.h" +//#include "./read.h" #include "./aggregate.h" |