X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=COMPILER_TESTS.md;h=e2a957e396191150bda46f9610b0a9a44d8f9714;hb=1aec0af15f1d24e24b4993e600746f04e17839b0;hp=5910ae2ba44d10cad9c80f1cb38289f183ad5008;hpb=b3ba4e41df5352d1d57a6f87f21d645e436ba3f5;p=rust.git diff --git a/COMPILER_TESTS.md b/COMPILER_TESTS.md index 5910ae2ba44..e2a957e3961 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 commands embedded in comments to test the Rust compiler. There are two groups of commands: 1. Header commands @@ -30,11 +30,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