From 62ea0c562ec4ec717c9369fe9a831ce6864770a1 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 2 Apr 2018 13:45:39 +0000 Subject: [PATCH] Attempt to fix papertrail-warnings.test on Windows bots. llvm-svn: 328971 --- llvm/test/tools/dsymutil/X86/papertrail-warnings.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/tools/dsymutil/X86/papertrail-warnings.test b/llvm/test/tools/dsymutil/X86/papertrail-warnings.test index c2dbabe15d3c..3806c347c5cd 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