Skip nested string interpolation test on wasm

This commit is contained in:
Richard Feldman 2023-07-29 22:49:07 -04:00
parent 1981135238
commit d39aa74006
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -1359,6 +1359,9 @@ fn interpolation_with_operator_desugaring() {
);
}
// This test doesn't work on wasm because wasm expects <span>s, but
// the point of the test is the string interpolation behavior.
#[cfg(not(feature = "wasm"))]
#[test]
fn interpolation_with_nested_interpolation() {
expect_failure(