Skip to content

Commit

Permalink
Docs: fix the path for the syntax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
task-jp authored and tronical committed Dec 25, 2024
1 parent cc1a9be commit 266c603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This documents describe the testing infrastructure of Slint

The syntax tests are testing that the compiler show the right error messages in case of error.

The syntax tests are located in `slint_compiler/tests/syntax/` and it's driven by the
The syntax tests are located in [internal/compiler/tests/syntax/](../internal/compiler/tests/syntax/) and it's driven by the
[`syntax_tests.rs`](../internal/compiler/tests/syntax_tests.rs) file. More info in the comments of that file.

In summary, each .slint files have comments with `^error` like so:
Expand Down

0 comments on commit 266c603

Please sign in to comment.