Skip to content

Commit

Permalink
Disable unittest on LDC
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Chatha committed May 16, 2022
1 parent 0ec85cc commit 32e49b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/lumars/function_.d
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ unittest

unittest
{
version(OSX)
version(LDC)
{
pragma(msg, "WARNING: This unittest is currently broken on Mac AMD");
pragma(msg, "WARNING: This unittest is currently broken under LDC");
}
else
{
Expand Down

0 comments on commit 32e49b0

Please sign in to comment.