Mercurial > hg > octave-avbm
view test/bug-36025/bug-36025.tst @ 16582:adc150db1809
style fixes for uigetfile changes
* dialog.cc, dialog.h, main-window.cc, octave-qt-link.cc,
octave-qt-link.h, octave-link.cc, octave-link.h, uigetfile.m:
Style fixes.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 28 Apr 2013 13:41:37 -0400 |
parents | 1af8d21608b7 |
children |
line wrap: on
line source
%!test %! warning off Octave:function-name-clash %! f = testclass (1, 2); %! assert (one (f), 1); %! assert (two (f), 2); %! rehash (); %! assert (one (f), 1); %! assert (two (f), 2); %! assert (two (f), 2);