From c025b8806b01b294b5d0ea4468698793b333e01f Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Fri, 25 Feb 2022 21:07:20 -0800 Subject: [PATCH] disable accidentally enabled test on dev backend --- compiler/test_gen/src/gen_num.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/test_gen/src/gen_num.rs b/compiler/test_gen/src/gen_num.rs index fc6ede6fff..93c22a8f7b 100644 --- a/compiler/test_gen/src/gen_num.rs +++ b/compiler/test_gen/src/gen_num.rs @@ -373,6 +373,7 @@ fn character_literal() { } #[test] +#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))] fn dec_float_alias() { assert_evals_to!( indoc!(