Skip to content

Commit

Permalink
add link to annotation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hdhoang authored and Thomas Bracht Laumann Jespersen committed Oct 13, 2017
1 parent ec8db8d commit 167a97c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Example
-------
See the `test-project` folder for a complete working example using the
`compiletest-rs` utility. Simply `cd test-project` and `cargo test` to see the
tests run.
tests run. The annotation syntax is documented in [rust's test-suite][tests].

TODO
----
Expand All @@ -102,3 +102,4 @@ If you are unsure, open a pull request anyway and we would be glad to help!

[upstream]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest
[src]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src
[tests]: https://github.com/rust-lang/rust/blob/master/src/test/COMPILER_TESTS.md

0 comments on commit 167a97c

Please sign in to comment.