]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/elf/filenotfound.test
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / test / elf / filenotfound.test
1 # Check that a file that cannot be found results in a proper error message
2 RUN: not lld -flavor gnu -target x86_64 %p/Inputs/nofile.o 2>&1 | FileCheck %s
3 #CHECK: lld: cannot find file {{.+[\\/]}}nofile.o