Skip to content

Commit

Permalink
fix: failing test for mp_getformats
Browse files Browse the repository at this point in the history
  • Loading branch information
munja committed Dec 17, 2021
1 parent 82108f4 commit 1eb9020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/crossplatform/mp_getformats.test.sas
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ run;
%mp_getformats(fmtlist=WHICHPATH,outsummary=sum,outdetail=detail2)
%let tst2=0;
data _null_;
set detail1;
set detail2;
if fmtname='WHICHPATH' and start='**OTHER**' then call symputx('tst2',label);
putlog (_all_)(=);
run;
Expand Down

0 comments on commit 1eb9020

Please sign in to comment.