We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e94bda commit 2351cc4Copy full SHA for 2351cc4
1 file changed
crates/vite_task_bin/tests/e2e_snapshots/main.rs
@@ -538,9 +538,7 @@ fn main() {
538
// seccomp-unotify and strips LD_PRELOAD from
539
// spawned children, which breaks fixtures that
540
// depend on interposer ordering.
541
- "linux-gnu" => {
542
- cfg!(target_os = "linux") && !cfg!(target_env = "musl")
543
- }
+ "linux-gnu" => cfg!(target_os = "linux") && !cfg!(target_env = "musl"),
544
other => panic!("Unknown platform '{}' in test '{}'", other, e2e.name),
545
};
546
if !should_run {
0 commit comments