mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Test] Reenable SIL unit tests on windows.
Use `fflush(stdout)` from C++. Issue 73252.
This commit is contained in:
@@ -105,6 +105,7 @@ void FunctionTest::run(SILFunction &function, Arguments &arguments,
|
||||
auto *fn = invocation.get<NativeSwiftInvocation>();
|
||||
Registry::get().getFunctionTestThunk()(fn, {&function}, {&arguments},
|
||||
{getSwiftPassInvocation()});
|
||||
fflush(stdout);
|
||||
}
|
||||
this->pass = nullptr;
|
||||
this->function = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user