Bug 22455 – Remove useless conditional assignment of DISABLED_TESTS in posix.mak

Status
RESOLVED
Resolution
FIXED
Severity
trivial
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
All
OS
FreeBSD
Creation time
2021-10-30T13:28:49Z
Last change time
2021-10-30T16:30:39Z
Keywords
pull
Assigned to
No Owner
Creator
Brian Callahan

Comments

Comment #0 by bcallah — 2021-10-30T13:28:49Z
posix.mak includes this conditional check: ifeq ($(OS),freebsd) DISABLED_TESTS = else DISABLED_TESTS = endif Which can be simplified.
Comment #1 by dlang-bot — 2021-10-30T13:31:03Z
@ibara created dlang/druntime pull request #3606 "Remove useless conditional assignment of DISABLED_TESTS" fixing this issue: - Remove useless conditional assignment of DISABLED_TESTS Fix Issue 22455 - Remove useless conditional assignment of DISABLED_TESTS in posix.mak https://github.com/dlang/druntime/pull/3606
Comment #2 by dlang-bot — 2021-10-30T16:30:39Z
dlang/druntime pull request #3606 "Remove useless conditional assignment of DISABLED_TESTS" was merged into stable: - 0eedc75672664360efa2d5420096e89139bde2d7 by Brian Callahan: Remove useless conditional assignment of DISABLED_TESTS Fix Issue 22455 - Remove useless conditional assignment of DISABLED_TESTS in posix.mak https://github.com/dlang/druntime/pull/3606