| commit | 9e32576f068c1b3ba26ad60929c6c52ebc344fc9 | [log] [tgz] |
|---|---|---|
| author | Pavan Kumar Juturu <jpavankumar@google.com> | Mon Mar 25 20:59:38 2024 +0000 |
| committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 25 20:59:38 2024 +0000 |
| tree | 3472a273d4ad05061439618a360f72c4c19ca77e | |
| parent | 6adf2ca0975bd5b7597af9816100dc11432584d0 [diff] |
[Honeydew] Fixed a typo in functional test BUILD.gn Change-Id: Ie4707af057afe3a79f167b13040eca5f28a51fd2 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1014536 Fuchsia-Auto-Submit: Pavan Kumar Juturu <jpavankumar@google.com> Reviewed-by: Mahesh Saripalli <maheshsr@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
diff --git a/src/testing/end_to_end/honeydew/tests/functional_tests/BUILD.gn b/src/testing/end_to_end/honeydew/tests/functional_tests/BUILD.gn index a6f1671..d675b4a 100644 --- a/src/testing/end_to_end/honeydew/tests/functional_tests/BUILD.gn +++ b/src/testing/end_to_end/honeydew/tests/functional_tests/BUILD.gn
@@ -194,7 +194,7 @@ group_with_no_dir_target_deps("starnix_vim3_unstable_tests") { testonly = true - public_deps = [ "affordance_tests/test_system_power_state_controller:system_power_state_controller_test_on_non_starnix_fc($host_toolchain)" ] + public_deps = [ "affordance_tests/test_system_power_state_controller:system_power_state_controller_test_on_starnix_fc($host_toolchain)" ] } }