diff options
| author | Alisa Sireneva <me@purplesyringa.moe> | 2025-01-28 19:02:15 +0300 |
|---|---|---|
| committer | Alisa Sireneva <me@purplesyringa.moe> | 2025-01-28 19:10:24 +0300 |
| commit | 5df51930f926735f2ec48433e95502c3b214cdf8 (patch) | |
| tree | 7fb9b559b933f0c0acb57e4accece23b6524c07f /src/tools/compiletest | |
| parent | 66d6064f9eb888018775e08f84747ee6f39ba28e (diff) | |
Fix tests/codegen/float/f128
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/directive-list.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/directive-list.rs b/src/tools/compiletest/src/directive-list.rs index acdb3cbdd45..71496444660 100644 --- a/src/tools/compiletest/src/directive-list.rs +++ b/src/tools/compiletest/src/directive-list.rs @@ -177,6 +177,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[ "only-bpf", "only-cdb", "only-dist", + "only-emscripten", "only-gnu", "only-i686-pc-windows-gnu", "only-i686-pc-windows-msvc", |
