From b90fbb01c15ebbb6415ac2b84deb310320c2f5c0 Mon Sep 17 00:00:00 2001 From: brson Date: Mon, 28 Jan 2013 22:44:11 -0800 Subject: [PATCH] Updated Note testsuite (markdown) --- Note-testsuite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-testsuite.md b/Note-testsuite.md index 4bab09d..9ffe4bc 100644 --- a/Note-testsuite.md +++ b/Note-testsuite.md @@ -1,6 +1,6 @@ # The Rust test suite -The rust test suite has several sets of tests for different purposes. As the compiler is built several times, over multiple stages, the tests can genarally be run against each stage of the build. +The rust test suite has several sets of tests for different purposes. As the compiler is built over multiple stages, and with varying host and target combinations, debugging and profiling settings, the tests can genarally be run in many different ways. ### Recipes