Fix directory name typo

This commit is contained in:
Jan Van Bruggen 2022-01-15 18:37:07 -07:00 committed by GitHub
parent 5aebd70970
commit a61b8e402c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]