From 3608d03797199ec8560641c049e86e14fe534a6d Mon Sep 17 00:00:00 2001 From: Liam Appelbe Date: Wed, 11 Oct 2023 11:32:15 +1300 Subject: [PATCH] Remove accidental commit --- test/test_utils.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_utils.dart b/test/test_utils.dart index 50a5c439..9482b9cc 100644 --- a/test/test_utils.dart +++ b/test/test_utils.dart @@ -109,7 +109,6 @@ void _matchFileWithExpected({ } } catch (e) { print('Failed test: Debug generated file: ${file.absolute.path}'); - file.copySync(path.joinAll(pathToExpected)); rethrow; } }