Skip to content

Commit 0ae76a7

Browse files
committed
[NFC] Fix incorrect RUN line in test from #83251
Note: This wasn't the cause of the strange behaviour mentioned in the NOTE comment in the test.
1 parent 64f76de commit 0ae76a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Bitcode/dbg-record-roundtrip.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; Roundtrip tests.
22
; RUN: llvm-as --write-experimental-debuginfo-iterators-to-bitcode=true %s -o - | llvm-dis | FileCheck %s
33
;; Check that verify-uselistorder passes regardless of input format.
4-
; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder %s
4+
; RUN: llvm-as %s --write-experimental-debuginfo-iterators-to-bitcode=true -o - | verify-uselistorder
55
; RUN: verify-uselistorder %s
66

77
;; Confirm we're producing RemoveDI records from various tools.

0 commit comments

Comments
 (0)