Fix test to add missing '|' to regex.
authorDouglas Yung <douglas.yung@sony.com>
Thu, 30 May 2019 22:20:31 +0000 (22:20 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Thu, 30 May 2019 22:20:31 +0000 (22:20 +0000)
llvm-svn: 362168

llvm/test/tools/llvm-objdump/X86/macho-disassemble-g-dsym.test

index a312999..c9f72fa 100644 (file)
@@ -19,4 +19,4 @@ BAD_INPUT: is not a Mach-O or Universal file type.
 // RUN: not llvm-objdump -m -d -g -dsym %p/Inputs %p/Inputs/hello-macho-thin 2>&1 | FileCheck -check-prefix DIRECTORY %s
 
 // Windows will emit "Is a directory", whereas others emit "is a directory"
-DIRECTORY: {{[iI]}}s a directory
+DIRECTORY: {{[i|I]}}s a directory