Attempt to fix papertrail-warnings.test on Windows bots.
authorNico Weber <nicolasweber@gmx.de>
Mon, 2 Apr 2018 13:45:39 +0000 (13:45 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 2 Apr 2018 13:45:39 +0000 (13:45 +0000)
llvm-svn: 328971

llvm/test/tools/dsymutil/X86/papertrail-warnings.test

index c2dbabe..3806c34 100644 (file)
@@ -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