Fix windows build (#3125)
This commit is contained in:
committed by
Gav Wood
parent
7a804d8b01
commit
8f4bd3590a
@@ -776,7 +776,7 @@ mod tests {
|
||||
fat_db: Default::default(),
|
||||
vm_type: VMType::Interpreter,
|
||||
check_seal: true,
|
||||
with_color: true,
|
||||
with_color: !cfg!(windows),
|
||||
})));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user