aboutsummaryrefslogtreecommitdiff
path: root/tests/cases/draw_rect_multiple_pipeline.amber
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cases/draw_rect_multiple_pipeline.amber')
-rw-r--r--tests/cases/draw_rect_multiple_pipeline.amber6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cases/draw_rect_multiple_pipeline.amber b/tests/cases/draw_rect_multiple_pipeline.amber
index 3f9cbb0..40efab0 100644
--- a/tests/cases/draw_rect_multiple_pipeline.amber
+++ b/tests/cases/draw_rect_multiple_pipeline.amber
@@ -39,6 +39,6 @@ RUN my_pipeline DRAW_RECT POS 0 0 SIZE 250 250
RUN pipeline2 DRAW_RECT POS 250 250 SIZE 250 250
RUN pipeline3 DRAW_RECT POS 0 250 SIZE 250 250
-EXPECT framebuffer IDX 250 250 SIZE 250 250 EQ_RGBA 0 127 0 204
-EXPECT framebuffer IDX 0 0 SIZE 250 250 EQ_RGBA 0 127 0 204
-EXPECT framebuffer IDX 0 250 SIZE 250 250 EQ_RGBA 0 127 0 204
+EXPECT framebuffer IDX 250 250 SIZE 250 250 EQ_RGBA 0 127 0 204 TOLERANCE 0 1 0 1
+EXPECT framebuffer IDX 0 0 SIZE 250 250 EQ_RGBA 0 127 0 204 TOLERANCE 0 1 0 1
+EXPECT framebuffer IDX 0 250 SIZE 250 250 EQ_RGBA 0 127 0 204 TOLERANCE 0 1 0 1