On Apr 5, 2013, at 19:20, Ludovic Courtès wrote: > Daniel Llorens <d...@jast.ch> skribis: > >> +(with-test-prefix "array-copy!" >> + >> + (with-test-prefix "rank 2" >> + (pass-if (let ((a #2((1 2) (3 4))) >> + (b (make-array 0 2 2)) > > Can you make that: > > (with-test-prefix "array-copy!" > > (pass-if "rank 2" > (let ((a ...)))) > > (Same for the following tests.) > > TIA, > Ludo’.
Like this?
0001-Tests-for-array-copy.patch
Description: Binary data