core: Fix wrong test print in test.

This commit is contained in:
iwannabethedev 2023-05-19 02:42:32 +02:00 committed by Nathan Adams
parent 6f98d39c25
commit 9fa79a187e
3 changed files with 2 additions and 2 deletions

View File

@ -1026,7 +1026,7 @@ Default parameters.
------------------------------------------
`null` `sourceBitmapData`.
Wrong type for `sourceBitmapData`.
`sourceBitmapData` being the wrong type should result in error: TypeError: Error #2007: Parameter sourceBitmapData must be non-null.

View File

@ -225,7 +225,7 @@ package
trace("");
trace("");
trace("------------------------------------------");
trace("`null` `sourceBitmapData`.");
trace("Wrong type for `sourceBitmapData`.");
trace("");
var bmd3:BitmapData = new BitmapData(10, 10, false, 0xFFCCCCCC);
try {