[test] Fix regex for failing test on bot

llvm-svn: 192270
This commit is contained in:
Shankar Easwaran 2013-10-09 03:53:32 +00:00
parent 03f7763d21
commit 127d04a440
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ RUN: llvm-nm %t1 | FileCheck -check-prefix=RESOLVEDEXTERNAL %s
RUN: llvm-nm %t2 | FileCheck -check-prefix=RESOLVEDEXTERNAL %s
RUN: llvm-nm %t3 | FileCheck -check-prefix=RESOLVEDEXTERNAL %s
UNRESOLVED: Undefined Symbol: {{[\/0-9A-Za-z_]+}}libfn1.a(fn1.o) : fn2
UNRESOLVED: Undefined Symbol: {{[\/0-9A-Za-z_\-\.]+}}libfn1.a(fn1.o) : fn2
RESOLVEDEXTERNAL: {{[0-9a-z]+}} T fn2