enable more tag dev tests

This commit is contained in:
Folkert 2023-04-09 14:46:53 +02:00
parent 079dd4c51e
commit 2a4c4f0403
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -52,7 +52,7 @@ fn applied_tag_nothing() {
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
fn applied_tag_just() {
assert_evals_to!(
indoc!(
@ -384,7 +384,7 @@ fn maybe_is_just_nested() {
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
fn nested_pattern_match() {
assert_evals_to!(
indoc!(