[lld] r179260 - [test] fix failing test, the test was not accounting for - in the path

Shankar Easwaran shankare at codeaurora.org
Wed Apr 10 21:08:11 PDT 2013


Author: shankare
Date: Wed Apr 10 23:08:11 2013
New Revision: 179260

URL: http://llvm.org/viewvc/llvm-project?rev=179260&view=rev
Log:
[test] fix failing test, the test was not accounting for - in the path

Modified:
    lld/trunk/test/elf/dynamic-undef.test

Modified: lld/trunk/test/elf/dynamic-undef.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/dynamic-undef.test?rev=179260&r1=179259&r2=179260&view=diff
==============================================================================
--- lld/trunk/test/elf/dynamic-undef.test (original)
+++ lld/trunk/test/elf/dynamic-undef.test Wed Apr 10 23:08:11 2013
@@ -23,5 +23,5 @@ RUN:   %p/Inputs/shared.so-x86-64 -o %t
 RUN: --use-shlib-undefines --no-allow-shlib-undefined  2> %t2
 RUN: FileCheck -check-prefix=SHLIB %s < %t2
 
-EXEC: Undefined Symbol: {{[Ia-z.\/]+}}shared.so-x86-64 : puts
-SHLIB: Undefined Symbol: {{[Ia-z.\/]+}}shared.so-x86-64 : puts
+EXEC: Undefined Symbol: {{[-A-Za-z0-9.\\/]+}}shared.so-x86-64 : puts
+SHLIB: Undefined Symbol: {{[-A-Za-z0-9.\\/]+}}shared.so-x86-64 : puts





More information about the llvm-commits mailing list