Skip to content

Commit d135580

Browse files
committed
clang-format
1 parent a1d7ece commit d135580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/unittests/DebugInfo/DWARF/DWARFExpressionCompactPrinterTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,6 @@ TEST_F(DWARFExpressionCompactPrinterTest, Test_OP_LLVM_nop_OP_reg) {
144144

145145
TEST_F(DWARFExpressionCompactPrinterTest, Test_OP_LLVM_user_unknown_subop) {
146146
TestExprPrinter({DW_OP_LLVM_user, DW_OP_LLVM_form_aspace_address},
147-
"<unknown op DW_OP_LLVM_user (233) subop DW_OP_LLVM_form_aspace_address (2)>");
147+
"<unknown op DW_OP_LLVM_user (233) subop "
148+
"DW_OP_LLVM_form_aspace_address (2)>");
148149
}

0 commit comments

Comments
 (0)