Turn off gen-dev test for now

This commit is contained in:
Ayaz Hafiz 2022-09-20 11:44:40 -05:00
parent 140c33aa50
commit fd7b4ec9fc
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -3449,7 +3449,7 @@ fn list_map2_conslist() {
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-dev", feature = "gen-wasm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
fn mutual_recursion_top_level_defs() {
assert_evals_to!(
indoc!(