From 8ff92c749287fb3ac4a68661d0ee99cb56cc6295 Mon Sep 17 00:00:00 2001
From: Poliorcetics <poliorcetics@users.noreply.github.com>
Date: Tue, 1 Nov 2022 13:37:19 +0100
Subject: [PATCH] Add missed test attribute in #4316 (#4557)

---
 helix-core/src/shellwords.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helix-core/src/shellwords.rs b/helix-core/src/shellwords.rs
index 6edf3cc7..e8c5945b 100644
--- a/helix-core/src/shellwords.rs
+++ b/helix-core/src/shellwords.rs
@@ -244,6 +244,7 @@ mod test {
         assert_eq!(expected, result);
     }
 
+    #[test]
     #[cfg(unix)]
     fn test_escaping_unix() {
         assert_eq!(escape("foobar"), Cow::Borrowed("foobar"));