Skip to content
Snippets Groups Projects
Verified Commit 9a478f3f authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Add missing semicolon in unit test.

parent eaed0216
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ return % --*-- Unit tests --*--
%@test:1
% Normal density
try
m1 = multivariate_student_pdf([1 2],0,chol([1 0.5; 0.5 1]),10)
m1 = multivariate_student_pdf([1 2],0,chol([1 0.5; 0.5 1]),10);
t(1) = true;
catch
t(1) = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment