diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-02 22:15:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-02 22:15:31 +0300 |
commit | b78aea0038ae7ace1bac5d829aaa09d46f85315a (patch) | |
tree | 07f28916053a2bc9973e376197b66b5ff44a8e1e /src/resources | |
parent | 4b7b44daf2bd8833b422699c8de79778392b2a56 (diff) | |
download | plus-b78aea0038ae7ace1bac5d829aaa09d46f85315a.tar.gz plus-b78aea0038ae7ace1bac5d829aaa09d46f85315a.tar.bz2 plus-b78aea0038ae7ace1bac5d829aaa09d46f85315a.tar.xz plus-b78aea0038ae7ace1bac5d829aaa09d46f85315a.zip |
fix code style.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/dye_unittest.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/dye_unittest.cc b/src/resources/dye_unittest.cc index 9752b0629..08120f641 100644 --- a/src/resources/dye_unittest.cc +++ b/src/resources/dye_unittest.cc @@ -116,7 +116,6 @@ TEST(Dye, replaceAOGLColor3) } - TEST(Dye, replaceSColor1) { DyePalette palette("#00ff00,000011", 6); @@ -163,7 +162,6 @@ TEST(Dye, replaceSColor3) } - TEST(Dye, replaceAColor1) { DyePalette palette("#00ff0010,00001120", 8); |