From: Davide Italiano Date: Sat, 19 Sep 2015 20:52:47 +0000 (+0000) Subject: Fixup r248096, commit the *correct* test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d58f92c07d8c0b6beb9e22b0fbf7feba2517e7b6;p=oota-llvm.git Fixup r248096, commit the *correct* test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248097 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Object/obj2yaml.test b/test/Object/obj2yaml.test index 64ddaf4fb74..39c51c2737e 100644 --- a/test/Object/obj2yaml.test +++ b/test/Object/obj2yaml.test @@ -415,5 +415,5 @@ ELF-X86-64-UNWIND-NEXT: Flags: [ SHF_ALLOC ] ELF-X86-64-UNWIND-NEXT: AddressAlign: 0x0000000000000001 ELF-X86-64-UNWIND-NEXT: Content: '' -RUN: not llvm-cxxdump %t.blah 2>&1 | FileCheck --check-prefix=ENOENT %s -ENOENT: {{.*}}.blah: {{[Nn]}}o such file or directory +RUN: not obj2yaml %t.blah 2>&1 | FileCheck --check-prefix=ENOENT %s +ENOENT: Error: '{{[Nn]}}o such file or directory'