diff --git a/compiler/builtins/README.md b/compiler/builtins/README.md index a83e924cf7..3809bb1b34 100644 --- a/compiler/builtins/README.md +++ b/compiler/builtins/README.md @@ -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]