mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
better output from engine layer unit test failures (flutter/engine#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.
This commit is contained in:
parent
c8464f538c
commit
9a3fbde9a0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user