]> git.lizzy.rs Git - rust.git/blobdiff - src/libtest/options.rs
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / libtest / options.rs
index 7db164c269a5e6c0718be2caa7b522a507b28dd3..8e7bd8de924993150917dd9ef7e041411d3b4138 100644 (file)
@@ -41,7 +41,7 @@ pub enum OutputFormat {
     Json,
 }
 
-/// Whether ignored test should be runned or not
+/// Whether ignored test should be run or not
 #[derive(Copy, Clone, Debug, PartialEq, Eq)]
 pub enum RunIgnored {
     Yes,