comparison test/jit.tst @ 17337:a31b54b5f84a

Use only 1 space between '%!' and start of test/demo code. * libinterp/corefcn/besselj.cc, scripts/miscellaneous/private/__xzip__.m, scripts/statistics/tests/kolmogorov_smirnov_test.m, scripts/ui/msgbox.m, test/global.tst, test/jit.tst: Use only 1 space between '%!' and start of test/demo code.
author Rik <rik@octave.org>
date Wed, 28 Aug 2013 08:29:38 -0700
parents 56404cdcb723
children d63878346099
comparison
equal deleted inserted replaced
17336:b81b9d079515 17337:a31b54b5f84a
39 39
40 %!testif HAVE_LLVM 40 %!testif HAVE_LLVM
41 %! while (1) 41 %! while (1)
42 %! if (1) 42 %! if (1)
43 %! break; 43 %! break;
44 %! else 44 %! else
45 %! break; 45 %! break;
46 %! endif 46 %! endif
47 %! endwhile 47 %! endwhile
48 48
49 %!testif HAVE_LLVM 49 %!testif HAVE_LLVM
50 %! for i=1:1e6 50 %! for i=1:1e6
51 %! if (i == 100) 51 %! if (i == 100)