diff --git a/crates/tor-error/src/internal.rs b/crates/tor-error/src/internal.rs
index abb8b09560383e3b8ff8a3ba620fc3d135d67780..feedf4ea2f9051a3bb36ffd2f77b35927aeec02c 100644
--- a/crates/tor-error/src/internal.rs
+++ b/crates/tor-error/src/internal.rs
@@ -250,12 +250,6 @@ impl HasKind for Bug {
 mod test {
     use super::*;
 
-    // We test this on Linux only.  This test case is to ensure that we are using the
-    // backtrace module correctly, etc., which can be checked by doing it on one platform.
-    // Doing it on others simply exposes us to the vagaries of platform backtrace support.
-    // Arti ought not to fail its tests just because someone is using a platform with poor
-    // backtrace support.
-    #[cfg(target_os = "linux")]
     #[test]
     fn internal_macro_test() {
         let start_of_func = line!();