From 6e07c8c9e4564f3f9677ddee0a023d0003913212 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 23 Feb 2015 23:56:22 +0100 Subject: mathlib tests: Fix typo --- src/systemcmds/tests/test_mathlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/systemcmds/tests/test_mathlib.cpp b/src/systemcmds/tests/test_mathlib.cpp index 0519a55a9..682514cb7 100644 --- a/src/systemcmds/tests/test_mathlib.cpp +++ b/src/systemcmds/tests/test_mathlib.cpp @@ -158,7 +158,7 @@ int test_mathlib(int argc, char *argv[]) } { - warnx("Nonsymmetric matrix operations test") + warnx("Nonsymmetric matrix operations test"); // test nonsymmetric +, -, +=, -= float data1[2][3] = {{1, 2, 3}, {4, 5, 6}}; -- cgit v1.2.3