Skip to content

Commit

Permalink
better output from engine layer unit test failures (flutter#51975)
Browse files Browse the repository at this point in the history
The engine has ostream conversions for most Skia objects, but none of the test files include the files where they are defined. Adding the include file to the `layer_test.h` file will include them on any file which does unit testing on the engine layers.
  • Loading branch information
flar authored Apr 9, 2024
1 parent 7362b68 commit a17f8d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/testing/layer_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include "flutter/flow/testing/mock_raster_cache.h"
#include "flutter/fml/macros.h"
#include "flutter/testing/assertions_skia.h"
#include "flutter/testing/canvas_test.h"
#include "flutter/testing/display_list_testing.h"
#include "flutter/testing/mock_canvas.h"
Expand Down

0 comments on commit a17f8d1

Please sign in to comment.