mirror of
https://github.com/sasjs/core.git
synced 2026-01-03 15:40:05 +00:00
fix: issue with mf_getfilesize.sas test
This commit is contained in:
@@ -19,13 +19,12 @@ run;
|
||||
|
||||
%mp_assert(
|
||||
iftrue=(&syscc=0),
|
||||
desc=Checking syscc,
|
||||
outds=work.test_results
|
||||
desc=Checking syscc
|
||||
)
|
||||
|
||||
%put %mf_getfilesize(libds=test)
|
||||
%put %mf_getfilesize(libds=test);
|
||||
|
||||
%mp_assert(
|
||||
iftrue=(&syscc=0),
|
||||
desc=Checking syscc with one level name,
|
||||
outds=work.test_results
|
||||
desc=Checking syscc with one level name
|
||||
)
|
||||
Reference in New Issue
Block a user