diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-21 14:04:01 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-21 14:04:01 (GMT) |
commit | efc6731774ca6e0da4453921ab0daeadc44ee8bc (patch) | |
tree | 8ef49291f9e31734fd60cb66e91cbea71f87bdc2 /tests/regression/echotest/vector-values-expected.txt | |
parent | 47ed2f1b1262c0bda78153c9cebf576b571a7bb4 (diff) |
make echotest work on BSD, by adding .echo as recognized extension
Diffstat (limited to 'tests/regression/echotest/vector-values-expected.txt')
-rw-r--r-- | tests/regression/echotest/vector-values-expected.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/regression/echotest/vector-values-expected.txt b/tests/regression/echotest/vector-values-expected.txt deleted file mode 100644 index 78053b9..0000000 --- a/tests/regression/echotest/vector-values-expected.txt +++ /dev/null @@ -1,10 +0,0 @@ -ECHO: "Testing vector dot product: 14" -ECHO: " Bounds check: undef" -ECHO: "Testing matrix * vector: [3, 2, 13]" -ECHO: " Bounds check: undef" -ECHO: "Testing vector * matrix: [9, 8]" -ECHO: " Bounds check: undef" -ECHO: "Testing id matrix * id matrix: [[1, 0], [0, 1]]" -ECHO: "Testing asymmetric matrix * matrix: [[2, 1], [-1, 0]]" -ECHO: "Testing alternate asymmetric matrix * matrix: [[1, 0, 1], [0, 1, -1], [1, 1, 0]]" -ECHO: " Bounds check: undef" |