We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b991b1f commit 8f13a68Copy full SHA for 8f13a68
test/run_jsonlab_test.m
@@ -358,7 +358,7 @@ function run_jsonlab_test(tests)
358
end
359
360
%%
361
-if (ismember('bjsoa', tests))
+if (ismember('bjsoa', tests) && hasContainersMap)
362
fprintf(sprintf('%s\n', char(ones(1, 79) * 61)));
363
fprintf('Test Binary JSON SOA (Structure-of-Arrays) functions\n');
364
0 commit comments