aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/CodeGen/MachineInstrTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/CodeGen/MachineInstrTest.cpp')
-rw-r--r--llvm/unittests/CodeGen/MachineInstrTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/CodeGen/MachineInstrTest.cpp b/llvm/unittests/CodeGen/MachineInstrTest.cpp
index b1aa16e..c0da2c3 100644
--- a/llvm/unittests/CodeGen/MachineInstrTest.cpp
+++ b/llvm/unittests/CodeGen/MachineInstrTest.cpp
@@ -264,7 +264,7 @@ TEST(MachineInstrPrintingTest, DebugLocPrinting) {
raw_string_ostream OS(str);
MI->print(OS);
ASSERT_TRUE(
- StringRef(OS.str()).startswith("%noreg = UNKNOWN debug-location "));
+ StringRef(OS.str()).startswith("$noreg = UNKNOWN debug-location "));
}
} // end namespace