changeset 28758:7a2d9bd500cb

memory.m: Fix typo in BIST test in cset c1a110df224e. * memory.m: Add missing '!' so that %!testif is treated as test block.
author Rik <rik@octave.org>
date Thu, 17 Sep 2020 20:25:45 -0700
parents 5ac763889c37
children b6bed53f059f
files scripts/miscellaneous/memory.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/memory.m	Thu Sep 17 14:00:17 2020 -0700
+++ b/scripts/miscellaneous/memory.m	Thu Sep 17 20:25:45 2020 -0700
@@ -266,7 +266,7 @@
 %! assert (user.mem_used_octave < syst.SystemMemory.Total);
 %! assert (user.MemAvailableAllArrays <= syst.SystemMemory.Available);
 
-%testif ; ! isunix () && ! ispc ()
+%!testif ; ! isunix () && ! ispc ()
 %! fail ("[user] = memory ()",
 %!       "function not yet implemented for this architecture");
 %! fail ("memory ()", "warning",