aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo/Generic/inline-scopes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/Generic/inline-scopes.ll')
-rw-r--r--test/DebugInfo/Generic/inline-scopes.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/Generic/inline-scopes.ll b/test/DebugInfo/Generic/inline-scopes.ll
index 7e28ef0d34a..b1b113004cb 100644
--- a/test/DebugInfo/Generic/inline-scopes.ll
+++ b/test/DebugInfo/Generic/inline-scopes.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
; bool f();
; inline __attribute__((always_inline)) int f1() {