mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix error when boolean combined with ??. First checkin of C3 tester (unfinished)
This commit is contained in:
@@ -362,6 +362,11 @@ fn File SubProcess.stdout(&self)
|
||||
return file::from_handle(self.stdout_file);
|
||||
}
|
||||
|
||||
fn File SubProcess.stderr(&self)
|
||||
{
|
||||
return file::from_handle(self.stderr_file);
|
||||
}
|
||||
|
||||
fn CInt! SubProcess.join(&self) @if(env::WIN32)
|
||||
{
|
||||
if (self.stdin_file)
|
||||
|
||||
Reference in New Issue
Block a user