mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Fix directory name typo
This commit is contained in:
parent
5aebd70970
commit
a61b8e402c
@ -80,7 +80,7 @@ fn atan() {
|
||||
```
|
||||
But replace `Num.atan` and the type signature with the new builtin.
|
||||
|
||||
### gen/test/*.rs
|
||||
### test_gen/test/*.rs
|
||||
In this directory, there are a couple files like `gen_num.rs`, `gen_str.rs`, etc. For the `Str` module builtins, put the test in `gen_str.rs`, etc. Find the one for the new builtin, and add a test like:
|
||||
```
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user