diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-02 21:40:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-02 21:40:17 (GMT) |
commit | 34e22b1bde06eb111eefcbfe5faa028ce9d5f9eb (patch) | |
tree | 1a98b97c3af738010bcfcafc81f151d9d22b93a0 | |
parent | 21c5d879ff1c8f0dfb221d6010c610a364f1e858 (diff) |
Updated color output to updated code
-rw-r--r-- | tests/regression/dumptest/allmodules-expected.txt | 2 | ||||
-rw-r--r-- | tests/regression/dumptest/color-expected.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression/dumptest/allmodules-expected.txt b/tests/regression/dumptest/allmodules-expected.txt index b51fae3..2849d7a 100644 --- a/tests/regression/dumptest/allmodules-expected.txt +++ b/tests/regression/dumptest/allmodules-expected.txt @@ -34,5 +34,5 @@ group() { multmatrix([[-1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]); multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]); multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]); - multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]); + color([-1, -1, -1, 1]); } diff --git a/tests/regression/dumptest/color-expected.txt b/tests/regression/dumptest/color-expected.txt index 87e28e2..ef862fc 100644 --- a/tests/regression/dumptest/color-expected.txt +++ b/tests/regression/dumptest/color-expected.txt @@ -1,3 +1,3 @@ group() { - multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]); + color([-1, -1, -1, 1]); } |