Migrate to new `cfg` attribute syntax`

This commit is contained in:
gifnksm 2014-10-10 22:56:15 +09:00
parent ac37b913d9
commit f1d975b6f1
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ mod test {
}
#[test]
#[ignore(cfg(target_arch = "x86"))]
#[cfg_attr(target_arch = "x86", ignore)]
// FIXME #7158: (maybe?) currently failing on x86.
fn test_norm() {
fn test(c: Complex64, ns: f64) {