1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-10 10:50:04 +00:00

fix: issue with mf_getfilesize.sas test

This commit is contained in:
munja
2022-01-25 00:08:00 +01:00
parent bfe4b1ec8b
commit 2f49738cf9

View File

@@ -19,13 +19,12 @@ run;
%mp_assert( %mp_assert(
iftrue=(&syscc=0), iftrue=(&syscc=0),
desc=Checking syscc, desc=Checking syscc
outds=work.test_results
) )
%put %mf_getfilesize(libds=test) %put %mf_getfilesize(libds=test);
%mp_assert( %mp_assert(
iftrue=(&syscc=0), iftrue=(&syscc=0),
desc=Checking syscc with one level name, desc=Checking syscc with one level name
outds=work.test_results
) )