From: Nico Weber Date: Mon, 2 Apr 2018 13:45:39 +0000 (+0000) Subject: Attempt to fix papertrail-warnings.test on Windows bots. X-Git-Tag: llvmorg-7.0.0-rc1~9219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62ea0c562ec4ec717c9369fe9a831ce6864770a1;p=platform%2Fupstream%2Fllvm.git Attempt to fix papertrail-warnings.test on Windows bots. llvm-svn: 328971 --- diff --git a/llvm/test/tools/dsymutil/X86/papertrail-warnings.test b/llvm/test/tools/dsymutil/X86/papertrail-warnings.test index c2dbabe..3806c34 100644 --- a/llvm/test/tools/dsymutil/X86/papertrail-warnings.test +++ b/llvm/test/tools/dsymutil/X86/papertrail-warnings.test @@ -1,4 +1,4 @@ -RUN: RC_DEBUG_OPTIONS=1 dsymutil -f %p/../Inputs/basic.macho.x86_64 -o - | llvm-dwarfdump -v - | FileCheck %s +RUN: env RC_DEBUG_OPTIONS=1 dsymutil -f %p/../Inputs/basic.macho.x86_64 -o - | llvm-dwarfdump -v - | FileCheck %s CHECK: .debug_info contents: CHECK: Compile Unit: @@ -27,4 +27,4 @@ CHECK: DW_TAG_constant [2] CHECK: DW_AT_name {{.*}}"dsymutil_warning" CHECK: DW_AT_artificial [DW_FORM_flag] (0x01) CHECK: DW_AT_const_value {{.*}}"unable to open object file: No such file or directory" -CHECK: NULL \ No newline at end of file +CHECK: NULL