Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a17f8d1

Browse files
authored
better output from engine layer unit test failures (#51975)
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.
1 parent 7362b68 commit a17f8d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/testing/layer_test.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include "flutter/flow/testing/mock_raster_cache.h"
1717
#include "flutter/fml/macros.h"
18+
#include "flutter/testing/assertions_skia.h"
1819
#include "flutter/testing/canvas_test.h"
1920
#include "flutter/testing/display_list_testing.h"
2021
#include "flutter/testing/mock_canvas.h"

0 commit comments

Comments
 (0)