Fix serializing externally-tagged enum representations

This commit is contained in:
Alvin Wong
2020-07-06 18:31:23 +08:00
parent 4b6afc9c72
commit 4a3a32dc3a
2 changed files with 94 additions and 50 deletions

View File

@@ -135,7 +135,6 @@ fn test_serde_ser_unit_enum() -> Result<(), Box<EvalAltResult>> {
}
#[test]
#[ignore = "failing test"]
#[cfg(not(feature = "no_object"))]
fn test_serde_ser_externally_tagged_enum() -> Result<(), Box<EvalAltResult>> {
#[derive(Serialize)]