mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
11 lines
206 B
Diff
11 lines
206 B
Diff
https://github.com/kivikakk/comrak/issues/709
|
|
|
|
--- a/src/tests/pathological.rs
|
|
+++ b/src/tests/pathological.rs
|
|
@@ -1,3 +1,5 @@
|
|
+#![cfg(not(target_arch = "riscv64"))]
|
|
+
|
|
use super::*;
|
|
use ntest::timeout;
|
|
|