1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore: removing mp_ds2md dump from mp_loadformat.test.2.sas

This commit is contained in:
Allan
2023-06-21 17:02:12 +01:00
parent 91c4b87496
commit f0b77dfc6a

View File

@@ -33,7 +33,6 @@
@li mp_loadformat.sas
@li mp_assert.sas
@li mp_assertdsobs.sas
@li mp_ds2md.sas
**/
@@ -121,6 +120,4 @@ run;
iftrue=(&check1=1 and &check2=1),
desc=Ensuring Farmale values retain their order,
outds=work.test_results
)
%mp_ds2md(work.cntlout2)
)