Remove old instructions intended for compiletest

This commit is contained in:
David Tolnay
2019-05-06 16:17:30 -07:00
parent c222183669
commit e2a2ba116c
-18
View File
@@ -1,18 +0,0 @@
#### To run unit tests
```sh
cargo test
```
#### To run ui tests
```sh
(cd deps && cargo clean && cargo update && cargo build)
cargo test --features compiletest
```
#### To update goldens after running ui tests
```sh
tests/ui/update-references.sh
```