Run formatting

This commit is contained in:
Syrus
2020-01-07 16:14:58 +01:00
parent ee6949bcb4
commit d544f5a80f

View File

@ -367,7 +367,7 @@ mod test {
#[cfg(feature = "llvm")]
Backend::LLVM,
#[cfg(feature = "singlepass")]
Backend::Singlepass
Backend::Singlepass,
] {
assert_eq!(backend, Backend::from_str(backend.to_string()).unwrap());
}