[lldb][NFC] Updating test to reflect made by D67966
authorShafik Yaghmour <syaghmour@apple.com>
Mon, 30 Sep 2019 16:57:35 +0000 (16:57 +0000)
committerShafik Yaghmour <syaghmour@apple.com>
Mon, 30 Sep 2019 16:57:35 +0000 (16:57 +0000)
Summary:
D67966 changes the output when dumping DWARF expressions and this updates basic_entry_values_x86_64 test to reflect this change.

llvm-svn: 373229

lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp

index d49ed49..5a38376 100644 (file)
@@ -31,7 +31,7 @@ void func1(int &sink, int x) {
   DESTROY_RSI;
 
   //% self.filecheck("image lookup -va $pc", "main.cpp", "-check-prefix=FUNC1-DESC")
-  // FUNC1-DESC: name = "x", type = "int", location = DW_OP_entry_value( rsi)
+  // FUNC1-DESC: name = "x", type = "int", location = DW_OP_entry_value(DW_OP_reg4 RSI)
 
   ++sink;
 }