summaryrefslogtreecommitdiff
path: root/test/MC/COFF/basic-coff.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/COFF/basic-coff.ll')
-rw-r--r--test/MC/COFF/basic-coff.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/MC/COFF/basic-coff.ll b/test/MC/COFF/basic-coff.ll
index 1452934c5d..29e02f0e0b 100644
--- a/test/MC/COFF/basic-coff.ll
+++ b/test/MC/COFF/basic-coff.ll
@@ -1,8 +1,7 @@
; This test checks that the COFF object emitter works for the most basic
; programs.
-; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o %t
-; RUN: coff-dump.py %abs_tmp | FileCheck %s
+; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o - | coff-dump.py | FileCheck %s
; RUN: llc -filetype=obj -mtriple x86_64-pc-win32 %s -o %t
@.str = private constant [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]