Skip to content

Commit d7fb7aa

Browse files
committed
Disable portable-simd test
Support for portable-simd isn't implemented yet
1 parent a2c5d29 commit d7fb7aa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From b1ae000f6da1abd3b8e9b80c40bc11c89b8ae93c Mon Sep 17 00:00:00 2001
2+
From: bjorn3 <[email protected]>
3+
Date: Thu, 30 Dec 2021 16:54:40 +0100
4+
Subject: [PATCH] [core] Disable portable-simd test
5+
6+
---
7+
library/core/tests/lib.rs | 1 -
8+
1 file changed, 1 deletion(-)
9+
10+
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs
11+
index ec70034..7cd9e21 100644
12+
--- a/library/core/tests/lib.rs
13+
+++ b/library/core/tests/lib.rs
14+
@@ -121,7 +121,6 @@ mod pattern;
15+
mod pin;
16+
mod ptr;
17+
mod result;
18+
-mod simd;
19+
mod slice;
20+
mod str;
21+
mod str_lossy;
22+
--
23+
2.26.2.7.g19db9cfb68
24+

0 commit comments

Comments
 (0)