From 2759edc9b28035fa9b70cef15e64267f84398cd6 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Tue, 14 Apr 2026 14:58:27 -0700 Subject: [PATCH] checkin --- animations/test/misc/animated_positioned_test.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/animations/test/misc/animated_positioned_test.dart b/animations/test/misc/animated_positioned_test.dart index dc3e9b6a3..69bbc3050 100644 --- a/animations/test/misc/animated_positioned_test.dart +++ b/animations/test/misc/animated_positioned_test.dart @@ -28,6 +28,5 @@ void main() { var newPosition = tester.getTopLeft(button); expect(newPosition, isNot(offsetMoreOrLessEquals(initialPosition))); }); - // TODO: Exception: Asset 'shaders/ink_sparkle.frag' manifest could not be decoded: INVALID_ARGUMENT:Unsupported runtime stages format version. Expected 2, got 1. - }, skip: true); + }); }