From c94e2ed1b552bb3100f63db4a237ab0617f528ba Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Sat, 27 Dec 2025 15:12:45 -0300 Subject: [PATCH] test: Enable supertype_via_lang_trait test Remove the #[ignore] attribute now that the test passes after the arborium crate update. --- crates/plotnik-langs/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/plotnik-langs/src/lib.rs b/crates/plotnik-langs/src/lib.rs index 4075c20d..3438616d 100644 --- a/crates/plotnik-langs/src/lib.rs +++ b/crates/plotnik-langs/src/lib.rs @@ -276,7 +276,6 @@ mod tests { } #[test] - #[ignore] // TODO: investigate why we always obtain empty subtypes #[cfg(feature = "lang-javascript")] fn supertype_via_lang_trait() { let lang = javascript();