Skip to content

Commit

Permalink
docs: fix typo errors in test readme
Browse files Browse the repository at this point in the history
Signed-off-by: MisileLab <[email protected]>
  • Loading branch information
MisileLab authored and Vexu committed Feb 19, 2024
1 parent 2d64052 commit fb79ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Adding a new test
To add a new test, add a new file to [test/cases](tests/cases) or expand an existing one.
To add a new test, add a new file to [test/cases](/test/cases) or expand an existing one.

---
## Passing arguments to the compiler
Expand All @@ -16,7 +16,7 @@ void foo(void) {
---
## Testing preprocessor
The output of the preprocessor can be tested by adding `//aro-args -E` on
the first line of the file and then placing the expected result in [test/cases/expaneded](test/cases/expaned).
the first line of the file and then placing the expected result in [test/cases/expanded](/test/cases/expanded).
**example:**
```c
Expand Down

0 comments on commit fb79ba5

Please sign in to comment.