[Issue 22455] New: Remove useless conditional assignment of DISABLED_TESTS in posix.mak

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 30 13:28:49 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22455

          Issue ID: 22455
           Summary: Remove useless conditional assignment of
                    DISABLED_TESTS in posix.mak
           Product: D
           Version: D2
          Hardware: All
                OS: FreeBSD
            Status: NEW
          Severity: trivial
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: bcallah at openbsd.org

posix.mak includes this conditional check:

ifeq ($(OS),freebsd)
DISABLED_TESTS =
else
DISABLED_TESTS =
endif

Which can be simplified.

--


More information about the Digitalmars-d-bugs mailing list