Commit 690c9eac47 for aom

commit 690c9eac47d42febc5bd8ccebb14794d7f9df1ad
Author: James Zern <jzern@google.com>
Date:   Tue Feb 17 12:54:42 2026 -0800

    examples.sh exclude low_complexity_mode_test w/realtime-only

    This fixes the exclusion added in
      c3315eeb3e Add low-complexity decode mode test
    low_complexity_decode_mode_test -> low_complexity_mode_test

    Change-Id: I525051b4d26a75f4bf5bcaf495c41d002aa0f283

diff --git a/test/examples.sh b/test/examples.sh
index 7eb4464d21..94ae63d312 100755
--- a/test/examples.sh
+++ b/test/examples.sh
@@ -19,7 +19,7 @@ example_tests=$(ls -r $(dirname $0)/*.sh)
 exclude_list="best_encode examples run_encodes tools_common"

 if [ "$(realtime_only_build)" = "yes" ]; then
-  exclude_list="${exclude_list} twopass_encoder simple_decoder lightfield_test low_complexity_decode_mode_test"
+  exclude_list="${exclude_list} twopass_encoder simple_decoder lightfield_test low_complexity_mode_test"
 fi

 # Filter out the scripts in $exclude_list.