From 0f29e7103d0a5538ea87b57c3a5229ef119d5a33 Mon Sep 17 00:00:00 2001 From: Robert T Baldwin Date: Sun, 19 Nov 2017 18:59:00 -0800 Subject: [PATCH] Fixes spelling error in COMPILER_TESTS.md --- src/test/COMPILER_TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/COMPILER_TESTS.md b/src/test/COMPILER_TESTS.md index 0380454b8278d..0bc29e8b5aa9e 100644 --- a/src/test/COMPILER_TESTS.md +++ b/src/test/COMPILER_TESTS.md @@ -106,7 +106,7 @@ result is then compared against reference files named those files doesn't exist, the output must be empty. If the test run fails, we will print out the current output, but it is also saved in `build//test/ui/hello_world/main.stdout` (this path is -printed as part of the test failure mesage), so you can run `diff` and +printed as part of the test failure message), so you can run `diff` and so forth. ### Editing and updating the reference files