summaryrefslogtreecommitdiff
path: root/tests/concurrency-stress-test.c
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2012-03-18 16:57:04 +0000
committerØyvind Kolås <pippin@gimp.org>2012-03-18 16:57:04 +0000
commite803b072f06e2e2717fd2be0df4b3c5f058cf6ca (patch)
tree91857bdd709954115a98b8ab4bc5c86e987a2eeb /tests/concurrency-stress-test.c
parentafd9b27918e766858724b25ce427af66ed46db2b (diff)
tests: constify tests
Diffstat (limited to 'tests/concurrency-stress-test.c')
-rw-r--r--tests/concurrency-stress-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/concurrency-stress-test.c b/tests/concurrency-stress-test.c
index 20d31b4..7832c23 100644
--- a/tests/concurrency-stress-test.c
+++ b/tests/concurrency-stress-test.c
@@ -39,7 +39,7 @@ babl_fish_path_stress_test_thread_func (void *not_used)
/* Try to get a fish with an as complex conversion path as
* possible
*/
- Babl *fish = babl_fish ("R'G'B'A u16", "YA double");
+ const Babl *fish = babl_fish ("R'G'B'A u16", "YA double");
/* Just do something random with the fish */
babl_get_name (fish);