From 7b3d0ded5a4d7f1b597407e92dfb0fe5ca01a6a8 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Mon, 21 Oct 2024 22:19:10 +0000 Subject: [PATCH] Cleanup: Add a library directive for a test annotaiton --- pkgs/matcher/test/mirror_matchers_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/matcher/test/mirror_matchers_test.dart b/pkgs/matcher/test/mirror_matchers_test.dart index b19fe3ea6..06f0df411 100644 --- a/pkgs/matcher/test/mirror_matchers_test.dart +++ b/pkgs/matcher/test/mirror_matchers_test.dart @@ -5,6 +5,7 @@ // ignore_for_file: deprecated_member_use_from_same_package @TestOn('vm') +library; import 'package:matcher/mirror_matchers.dart'; import 'package:test/test.dart';