mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix test breaking for MSVC
This commit is contained in:
@@ -3,7 +3,7 @@ import std;
|
||||
|
||||
fn void main(String[] args)
|
||||
{
|
||||
ZString* environ_arr = std::os::posix::environ;
|
||||
ZString* environ_arr = null;
|
||||
foreach (idx, ZString &envvar : environ_arr) // #error: It's not possible to enumerate an expression of type 'ZString*'
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user