diff options
| author | Mads Marquart <mads@marquart.dk> | 2024-03-13 10:59:07 +0100 |
|---|---|---|
| committer | Mads Marquart <mads@marquart.dk> | 2024-03-13 10:59:34 +0100 |
| commit | a47d3909a7ae65ee398d4ce0822a92a59943caaf (patch) | |
| tree | d78d98030cefbcc6053853db5e0d0e0e4f5cc597 | |
| parent | 762d3170f6d17b541b9306bae1502cef329168e1 (diff) | |
| download | rust-a47d3909a7ae65ee398d4ce0822a92a59943caaf.tar.gz rust-a47d3909a7ae65ee398d4ce0822a92a59943caaf.zip | |
Add compare-output-lines-by-subset to compiletest KNOWN_DIRECTIVE_NAMES
| -rw-r--r-- | src/tools/compiletest/src/header.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs index 69658222ff3..3ee315edc51 100644 --- a/src/tools/compiletest/src/header.rs +++ b/src/tools/compiletest/src/header.rs @@ -693,6 +693,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[ "check-run-results", "check-stdout", "check-test-line-numbers-match", + "compare-output-lines-by-subset", "compile-flags", "dont-check-compiler-stderr", "dont-check-compiler-stdout", |
