mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
Make rmdir unittest @safe
This commit is contained in:
parent
834ecfb609
commit
771e5460b7
1 changed files with 1 additions and 1 deletions
|
@ -3192,7 +3192,7 @@ if (isConvertibleToString!R)
|
|||
}
|
||||
|
||||
///
|
||||
@system unittest
|
||||
@safe unittest
|
||||
{
|
||||
auto dir = deleteme ~ "dir";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue