$OpenBSD: patch-nspr_pr_tests_attach_c,v 1.1 2019/08/28 13:38:14 landry Exp $

https://bugzilla.mozilla.org/show_bug.cgi?id=1575821

Index: nspr/pr/tests/attach.c
--- nspr/pr/tests/attach.c.orig
+++ nspr/pr/tests/attach.c
@@ -259,6 +259,7 @@ int main(int argc, char **argv)
         goto exit_now;
     }
 
+#else
 	if (!debug_mode)
 		failed_already=1;
 	else	
@@ -266,6 +267,7 @@ int main(int argc, char **argv)
 	    "either this platform does not have native threads or the\n"
 	    "test needs to be written for this platform.\n");
 	goto exit_now;
+#endif
 
 exit_now:
    if(failed_already)	
