diff libinterp/corefcn/dlmread.cc @ 29494:76269aa97398

if bug number is supplied, prefer '%!test' over '%!xtest' Files affected: dlmread.cc, file-io.cc, mappers.cc, pr-output.cc, strfns.cc, asech.m, importdata.m, gammainc.m, test.m, classdef.tst, io.tst, jit.tst, nest.tst.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Apr 2021 10:47:40 -0400
parents 7854d5752dd2
children aef11bb4e6d1
line wrap: on
line diff
--- a/libinterp/corefcn/dlmread.cc	Tue Apr 06 10:43:17 2021 -0400
+++ b/libinterp/corefcn/dlmread.cc	Tue Apr 06 10:47:40 2021 -0400
@@ -610,7 +610,7 @@
 %!   unlink (file);
 %! end_unwind_protect
 
-%!xtest <47413>
+%!test <47413>
 %! ## Same test code as above, but intended only for test statistics on Mac.
 %! if (! ismac ()), return; endif
 %! file = tempname ();
@@ -667,7 +667,7 @@
 %!   unlink (file);
 %! end_unwind_protect
 
-%!xtest <47413>
+%!test <47413>
 %! ## Same test code as above, but intended only for test statistics on Mac.
 %! if (! ismac ()), return; endif
 %! file = tempname ();