Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojTGN committed Apr 10, 2024
1 parent 0ff0679 commit fb3ecf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
build
test/ascii.h
test/test.exe
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <assert.h>
#include "ascii.h"
#include "../headers/ascii.h"

#define OCTAL 8
#define BINARY 2
Expand Down

0 comments on commit fb3ecf8

Please sign in to comment.