diff libinterp/corefcn/file-io.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/file-io.cc	Tue Apr 06 10:43:17 2021 -0400
+++ b/libinterp/corefcn/file-io.cc	Tue Apr 06 10:47:40 2021 -0400
@@ -2323,7 +2323,7 @@
 %! C = textscan (str, '%s', 'Delimiter', '\t', 'MultipleDelimsAsOne', false);
 %! assert (C{1}, {'a'; ''; 'b'; 'c'});
 
-%!xtest <50743>
+%!test <50743>
 %! C = textscan ('5973459727478852968', '%u64');
 %! assert (C{1}, uint64 (5973459727478852968));