File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ configuration "unittest" {
18
18
sourcePaths "tests"
19
19
mainSourceFile "tests/ut_main.d"
20
20
21
- dflags "-preview=dip25" "-preview= dip1000" "-preview=dip1008"
21
+ dflags "-preview=dip1000" "-preview=dip1008"
22
22
versions "AutomemTesting"
23
23
24
24
dependency "unit-threaded" version="*"
@@ -35,7 +35,7 @@ configuration "asan" {
35
35
mainSourceFile "tests/ut_main.d"
36
36
37
37
# -preview=dip1008 causes asan issues with malloc
38
- dflags "-preview=dip25" "-preview= dip1000"
38
+ dflags "-preview=dip1000"
39
39
dflags "-fsanitize=address" platform="ldc"
40
40
41
41
// unit threaded light is necessary for the tests to actually run
@@ -53,7 +53,7 @@ configuration "utl" {
53
53
importPaths "tests"
54
54
sourcePaths "tests"
55
55
56
- dflags "-preview=dip25" "-preview= dip1000" "-preview=dip1008"
56
+ dflags "-preview=dip1000" "-preview=dip1008"
57
57
58
58
versions "AutomemTesting" "unitThreadedLight"
59
59
You can’t perform that action at this time.
0 commit comments