Remove old instructions intended for compiletest

This commit is contained in:
David Tolnay 2019-05-06 16:16:41 -07:00
parent 6b15f48393
commit d1423a6fec
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,12 +0,0 @@
#### To run tests
```sh
(cd deps && cargo clean && cargo update && cargo build)
cargo test
```
#### To update goldens after running ui tests
```sh
ui/update-references.sh
```