rustc: remove test harness option

This commit is contained in:
Daniel Campoverde [alx741]
2016-05-06 11:59:33 -05:00
parent a923bc13e1
commit b5387ef527

View File

@@ -14,7 +14,3 @@
- Compile with debugging information: - Compile with debugging information:
`rustc -g {{file.rs}}` `rustc -g {{file.rs}}`
- Build a test harness:
`rustc --test {{file.rs}}`