Skip to content
Snippets Groups Projects
Commit 9b25e202 authored by Qianqian Fang's avatar Qianqian Fang
Browse files

fix octave 3.8 error on travis, it does not support single

parent 5898f6ec
Branches
No related tags found
No related merge requests found
......@@ -280,5 +280,5 @@ if(ismember('bjo',tests))
test_jsonlab('test default int endian for savebj',@savebj,typecast(uint8('jd'),'uint16'),'ujd');
test_jsonlab('test default int endian for saveubjson',@saveubjson,typecast(uint8('jd'),'uint16'),'Idj');
test_jsonlab('test default float endian for savebj',@savebj,typecast(uint8('1e05'),'single'),'d1e05');
test_jsonlab('test default float endian for saveubjson',@saveubjson,typecast(uint8('9527'),'single'),'d7259');
test_jsonlab('test default float endian for saveubjson',@saveubjson,typecast(uint8('12345678'),'double'),'D87654321');
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment