[lld] r179264 - [test] missing underscore while checking for test output

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


Author: shankare
Date: Wed Apr 10 23:20:21 2013
New Revision: 179264

URL: http://llvm.org/viewvc/llvm-project?rev=179264&view=rev
Log:
[test] missing underscore while checking for test output

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=179264&r1=179263&r2=179264&view=diff
==============================================================================
--- lld/trunk/test/elf/dynamic-undef.test (original)
+++ lld/trunk/test/elf/dynamic-undef.test Wed Apr 10 23:20:21 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: {{[-A-Za-z0-9.\\/]+}}shared.so-x86-64 : puts
-SHLIB: Undefined Symbol: {{[-A-Za-z0-9.\\/]+}}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