diff --git a/lldb/test/Shell/Commands/command-image-lookup-color.test b/lldb/test/Shell/Commands/command-image-lookup-color.test index 2b4452483acd..4a3169f269f2 100644 --- a/lldb/test/Shell/Commands/command-image-lookup-color.test +++ b/lldb/test/Shell/Commands/command-image-lookup-color.test @@ -1,5 +1,8 @@ # RUN: %clang_host -g %S/Inputs/main.c -o %t +# The file main.c is does not show up in search on Windows. +# UNSUPPORTED: system-windows + # Checking simple regex search # RUN: %lldb %t -b -o 'settings set use-color true' -o 'image lookup -r -s ma' | FileCheck %s --check-prefix CHECK1