aboutsummaryrefslogtreecommitdiff
path: root/pixman/test/gradient-crash-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/test/gradient-crash-test.c')
-rw-r--r--pixman/test/gradient-crash-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/test/gradient-crash-test.c b/pixman/test/gradient-crash-test.c
index 73e5bbcd5..962d1cbe8 100644
--- a/pixman/test/gradient-crash-test.c
+++ b/pixman/test/gradient-crash-test.c
@@ -85,7 +85,7 @@ main (int argc, char **argv)
pixman_fixed_t r_inner;
pixman_fixed_t r_outer;
- enable_fp_exceptions();
+ enable_divbyzero_exceptions();
for (i = 0; i < WIDTH * HEIGHT; ++i)
dest[i] = 0x4f00004f; /* pale blue */