This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Use _putenv instead of setenv on windows
ClosedPublic

Authored by mstorsjo on Oct 19 2020, 2:53 AM.

Details

Diff Detail

Event Timeline

mstorsjo created this revision.Oct 19 2020, 2:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2020, 2:53 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
ldionne requested changes to this revision.Oct 19 2020, 5:24 AM
ldionne added a subscriber: ldionne.
ldionne added inline comments.
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/temp_directory_path.pass.cpp
30

Can we move this to filesystem_test_helper.h?

This revision now requires changes to proceed.Oct 19 2020, 5:24 AM
mstorsjo updated this revision to Diff 299026.Oct 19 2020, 5:53 AM

Moved to the helper header, so this then goes on top of D89530.

ldionne accepted this revision.Oct 19 2020, 5:54 AM
This revision is now accepted and ready to land.Oct 19 2020, 5:54 AM