mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-07 12:21:16 +02:00
log: convert all to sinks
This commit is contained in:
@@ -7,8 +7,7 @@ YOSYS_NAMESPACE_BEGIN
|
||||
class ThreadingTest : public testing::Test {
|
||||
protected:
|
||||
ThreadingTest() {
|
||||
if (log_files.empty())
|
||||
log_files.emplace_back(stdout);
|
||||
if (log_sinks.empty()) log_sinks.push_back(std::make_unique<ConsoleLogSink>());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user