Fix windows build (#3125)

This commit is contained in:
Arkadiy Paronyan
2016-11-03 16:11:08 +01:00
committed by Gav Wood
parent 7a804d8b01
commit 8f4bd3590a
2 changed files with 38 additions and 38 deletions

View File

@@ -776,7 +776,7 @@ mod tests {
fat_db: Default::default(),
vm_type: VMType::Interpreter,
check_seal: true,
with_color: true,
with_color: !cfg!(windows),
})));
}