From 4c30cdaf722a2e4536732a8717cd30f7cb08b7ca Mon Sep 17 00:00:00 2001 From: poorna2152 Date: Tue, 27 Feb 2024 16:21:15 +0530 Subject: [PATCH] Fix failing semtype test --- .../src/test/resources/test-src/xml-complex-rw1.bal | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/jballerina-semtype-test/src/test/resources/test-src/xml-complex-rw1.bal b/tests/jballerina-semtype-test/src/test/resources/test-src/xml-complex-rw1.bal index 3a9b3e53c835..e13121ab3478 100644 --- a/tests/jballerina-semtype-test/src/test/resources/test-src/xml-complex-rw1.bal +++ b/tests/jballerina-semtype-test/src/test/resources/test-src/xml-complex-rw1.bal @@ -7,8 +7,6 @@ // XC<:XUX // UX<:XUX -// XUX<:UX - type XE xml; type XP xml; type XC xml;