diff --git a/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/main.cpp b/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/main.cpp index a1804254931cf96c1a49e631c3204117561715e1..91769e8768017e82aae211d3d6b2dc9db2c93049 100644 --- a/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/main.cpp +++ b/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/main.cpp @@ -20,8 +20,8 @@ __attribute__((noinline)) void func1(int &sink) { ++global; //% prefix = "FUNC1-GNU" if "GNU" in self.name else "FUNC1-V5" //% self.filecheck("image lookup -v -a $pc", "main.cpp", "-check-prefix="+prefix) - // FUNC1-GNU: name = "sink", type = "int &", location = DW_OP_GNU_entry_value - // FUNC1-V5: name = "sink", type = "int &", location = DW_OP_entry_value + // FUNC1-GNU: name = "sink", type = "int &", valid ranges = {{.*}}, location = {{.*}} DW_OP_GNU_entry_value + // FUNC1-V5: name = "sink", type = "int &", valid ranges = {{.*}}, location = {{.*}} DW_OP_entry_value } __attribute__((noinline)) void func2(int &sink, int x) {