From c37300d899fa2dd273ce70163e540c5ecb60e130 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 13 May 2016 13:45:53 +0200 Subject: [PATCH] ignore the portability test on 32 bit it will fail in rustc --- tests/compile-fail/enums_clike.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/compile-fail/enums_clike.rs b/tests/compile-fail/enums_clike.rs index f48f9b13de4a..c342bf8f332b 100644 --- a/tests/compile-fail/enums_clike.rs +++ b/tests/compile-fail/enums_clike.rs @@ -1,3 +1,4 @@ +// ignore-x86 #![feature(plugin, associated_consts)] #![plugin(clippy)] #![deny(clippy)]