diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-02 21:54:56 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-02 21:54:56 (GMT) |
commit | f31d7b7596debfdc37ac6df90df8c3e4fc3a142a (patch) | |
tree | d4f3216291c966820f2edbc53b67176defb09b01 /tests/regression/dumptest | |
parent | 8685ce946bc455c49f0b0149fe7657f8dd068e3e (diff) |
Updated color node to latest version
Diffstat (limited to 'tests/regression/dumptest')
-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 2849d7a..50c6605 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]]); - color([-1, -1, -1, 1]); + color([-1, -1, -1, -1]); } diff --git a/tests/regression/dumptest/color-expected.txt b/tests/regression/dumptest/color-expected.txt index ef862fc..375ed05 100644 --- a/tests/regression/dumptest/color-expected.txt +++ b/tests/regression/dumptest/color-expected.txt @@ -1,3 +1,3 @@ group() { - color([-1, -1, -1, 1]); + color([-1, -1, -1, -1]); } |