[llvm-mc] Fix line_end_with_space.test
authorAiden Grossman <agrossman154@yahoo.com>
Fri, 31 Mar 2023 23:22:15 +0000 (23:22 +0000)
committerAiden Grossman <agrossman154@yahoo.com>
Fri, 31 Mar 2023 23:27:08 +0000 (23:27 +0000)
commit71dbd864f19f8b372f857b5322d3324240a17b89
tree775d00f1a032cac743fbf41ff02de6806eb5e6ee
parent2a42a7b4e87395ae2a4321292f0fd9dce401b4e1
[llvm-mc] Fix line_end_with_space.test

Currently, this test doesn't test what it was originally intended to
(that lvm-mc doesn't crash when disassembling a line that ends with a
space). This patch readds the space to the input so that this
functionality is actually tested and adds a comment describing what the
test does. The space seems to have been inadvertently removed in
c8d578311473fceb50579906658b0c017ef5b193 and then never added back
in.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D147207
llvm/test/tools/llvm-mc/line_end_with_space.test