git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243044
91177308-0d34-0410-b5e6-
96231b3b80d8
// This test checks that -D disassembles from a data section
-// RUN: llvm-mc -triple x86_64-pc-linux-gnu -filetype=obj -o - %s | \
-// RUN: llvm-objdump -D - | FileCheck %s
+// RUN: llvm-objdump -D %p/Inputs/disassemble-data.obj | FileCheck %s
-// CHECK: Disassembly of section .data:
-.data
-.word 0x0
\ No newline at end of file
+// CHECK: Disassembly of section .data:
\ No newline at end of file