From d0b93fd0150faf9cb35485eab20f65f9fdc4f75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Tue, 3 Dec 2019 21:26:34 +0200 Subject: [PATCH] Remove reference to run-pass tests --- src/tests/intro.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tests/intro.md b/src/tests/intro.md index e78e3347..4572d23c 100644 --- a/src/tests/intro.md +++ b/src/tests/intro.md @@ -26,9 +26,7 @@ that give more details. - [`ui`](./adding.html#ui) – tests that check the exact stdout/stderr from compilation and/or running the test -- `run-pass` – tests that are expected to compile and execute - successfully (no panics) - - `run-pass-valgrind` – tests that ought to run with valgrind +- `run-pass-valgrind` – tests that ought to run with valgrind - `run-fail` – tests that are expected to compile but then panic during execution - `compile-fail` – tests that are expected to fail compilation.