[VM/Flutter] Remove 2 golden-file tests completely to avoid flutter analyze warning about missing copyright header

This should turn 3head green and hopefully the next engine->flutter roll
fixes the golden expectation files.

Change-Id: Ic52216a965c0981e187d2186653428ee52f1ac47
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/96943
Auto-Submit: Martin Kustermann <kustermann@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
diff --git a/tools/patches/flutter-flutter/8b1a299ed52d4ef9521ccd65c6c52d563129d8af.patch b/tools/patches/flutter-flutter/8b1a299ed52d4ef9521ccd65c6c52d563129d8af.patch
index 4c8a4be..75981c4 100644
--- a/tools/patches/flutter-flutter/8b1a299ed52d4ef9521ccd65c6c52d563129d8af.patch
+++ b/tools/patches/flutter-flutter/8b1a299ed52d4ef9521ccd65c6c52d563129d8af.patch
@@ -1,8 +1,9 @@
 diff --git a/packages/flutter/test/widgets/clip_test.dart b/packages/flutter/test/widgets/clip_test.dart
-index 006c09994..fe08d98e4 100644
+deleted file mode 100644
+index 006c09994..000000000
 --- a/packages/flutter/test/widgets/clip_test.dart
-+++ b/packages/flutter/test/widgets/clip_test.dart
-@@ -1,747 +1 @@
++++ /dev/null
+@@ -1,747 +0,0 @@
 -// Copyright 2015 The Chromium Authors. All rights reserved.
 -// Use of this source code is governed by a BSD-style license that can be
 -// found in the LICENSE file.
@@ -750,15 +751,16 @@
 -    ]);
 -  });
 -}
-+void main() { }
 diff --git a/packages/flutter/test/widgets/text_golden_test.dart b/packages/flutter/test/widgets/text_golden_test.dart
-index 5781c65aa..664646694 100644
+deleted file mode 100644
+index 5781c65aa..000000000
 --- a/packages/flutter/test/widgets/text_golden_test.dart
-+++ b/packages/flutter/test/widgets/text_golden_test.dart
-@@ -2,522 +2,4 @@
- // Use of this source code is governed by a BSD-style license that can be
- // found in the LICENSE file.
- 
++++ /dev/null
+@@ -1,523 +0,0 @@
+-// Copyright 2018 The Chromium Authors. All rights reserved.
+-// Use of this source code is governed by a BSD-style license that can be
+-// found in the LICENSE file.
+-
 -import 'dart:io' show Platform;
 -
 -import 'package:flutter_test/flutter_test.dart';
@@ -1278,4 +1280,3 @@
 -    );
 -  }, skip: !Platform.isLinux); // Coretext uses different thicknesses for decoration
 -}
-+void main() { }