examples.sh: exclude low_complexity_test w/realtime-only

Follow up to:
  690c9eac47 examples.sh exclude low_complexity_mode_test w/realtime-only

`exclude_list` uses the name of the test script, not the individual
tests in the script.

Change-Id: I231aeea2041473451e62e7cf4089f32cdd27bcfe
diff --git a/test/examples.sh b/test/examples.sh
index 94ae63d..ecc9a2b 100755
--- a/test/examples.sh
+++ b/test/examples.sh
@@ -19,7 +19,7 @@
 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_mode_test"
+  exclude_list="${exclude_list} twopass_encoder simple_decoder lightfield_test low_complexity_test"
 fi
 
 # Filter out the scripts in $exclude_list.