| Index: runtime/bin/BUILD.gn
|
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
|
| index 1f641c254484632881db7d8200a2b82eff852a17..49825b6d69bfdd2a9c23c8f80be1ea6eb5202efd 100644
|
| --- a/runtime/bin/BUILD.gn
|
| +++ b/runtime/bin/BUILD.gn
|
| @@ -560,11 +560,6 @@ if (defined(is_fuchsia) && is_fuchsia) {
|
| ] + builtin_impl_tests_list.sources + vm_tests
|
| }
|
|
|
| - copy("fuchsia_vm_tests") {
|
| - sources = [ "fuchsia_vm_tests.txt" ]
|
| - outputs = [ "$root_out_dir/fuchsia_vm_tests.txt" ]
|
| - }
|
| -
|
| executable("run_vm_tests_fuchsia") {
|
| testonly = true
|
| configs += ["..:dart_config"]
|
|
|