mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Make DirEntry unittest @safe
This commit is contained in:
parent
c2b6dbb0bb
commit
cd16c4e741
1 changed files with 1 additions and 1 deletions
|
@ -2407,7 +2407,7 @@ if (isConvertibleToString!R)
|
|||
}
|
||||
}
|
||||
|
||||
@system unittest
|
||||
@safe unittest
|
||||
{
|
||||
version (Windows)
|
||||
enum dir = "C:\\Program Files\\";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue