X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=COMPILER_TESTS.md;h=546164c1492aa26892ec9212ea01e16d71ce2a9b;hb=88506c22612088c377fddd0472e13c9d2f84a68a;hp=e4acf230e7211cdee947f0fa565e0ef89b95e306;hpb=d09ba5d3ce812248af448c094ebd0edcf818dfc5;p=rust.git diff --git a/COMPILER_TESTS.md b/COMPILER_TESTS.md index e4acf230e72..546164c1492 100644 --- a/COMPILER_TESTS.md +++ b/COMPILER_TESTS.md @@ -1,6 +1,6 @@ # Compiler Test Documentation -In the Rust project, we use a special set of comands imbedded in +In the Rust project, we use a special set of comands embedded in comments to test the Rust compiler. There are two groups of commands: 1. Header commands @@ -29,11 +29,11 @@ The error levels that you can have are: 3. `NOTE` 4. `HELP` and `SUGGESTION`* -\* **Note**: `SUGGESTION` must follow emediatly after `HELP`. +\* **Note**: `SUGGESTION` must follow immediately after `HELP`. ## Summary of Header Commands -Header commands specify something about the entire test file, as a +Header commands specify something about the entire test file as a whole, instead of just a few lines inside the test. * `ignore-X` where `X` is an architecture, OS or stage will ignore the test accordingly