We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36e52b commit a733d6aCopy full SHA for a733d6a
t/math_objects/matrix.t
@@ -14,7 +14,7 @@ do "$ENV{PG_ROOT}/t/build_PG_envir.pl";
14
loadMacros('MathObjects.pl');
15
16
Context('Matrix');
17
-use Data::Dumper;
+
18
subtest 'Creating a degree 1 Matrix (row vector)' => sub {
19
ok my $M1 = Matrix(1, 2, 3), 'Create a row vector';
20
is $M1->class, 'Matrix', 'M1 is a Matrix';
0 commit comments