Skip to content

Commit

Permalink
Merge pull request #77 from dkorpel/patch-2
Browse files Browse the repository at this point in the history
Remove deprecated -dip25 switch
  • Loading branch information
atilaneves committed Apr 22, 2024
2 parents 7d77579 + b263160 commit 8216e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dub.sdl
Expand Up @@ -18,7 +18,7 @@ configuration "unittest" {
sourcePaths "tests"
mainSourceFile "tests/ut_main.d"

dflags "-preview=dip25" "-preview=dip1000" "-preview=dip1008"
dflags "-preview=dip1000" "-preview=dip1008"
versions "AutomemTesting"

dependency "unit-threaded" version="*"
Expand All @@ -35,7 +35,7 @@ configuration "asan" {
mainSourceFile "tests/ut_main.d"

# -preview=dip1008 causes asan issues with malloc
dflags "-preview=dip25" "-preview=dip1000"
dflags "-preview=dip1000"
dflags "-fsanitize=address" platform="ldc"

// unit threaded light is necessary for the tests to actually run
Expand All @@ -53,7 +53,7 @@ configuration "utl" {
importPaths "tests"
sourcePaths "tests"

dflags "-preview=dip25" "-preview=dip1000" "-preview=dip1008"
dflags "-preview=dip1000" "-preview=dip1008"

versions "AutomemTesting" "unitThreadedLight"

Expand Down

0 comments on commit 8216e00

Please sign in to comment.