diff --git a/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test b/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test index 9cf3dba3d6590..ab16c656624d8 100644 --- a/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test +++ b/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test @@ -7,19 +7,19 @@ break set -n returns_func_ptr run # CHECK: frame int ns::foo(t={{.*}}) c -# CHECK: frame int ns::foo>(t= Function = bar() ) +# CHECK: frame int ns::foo>(t= Function = bar() ) c # CHECK: frame int ns::foo<(anonymous namespace)::$_0>(t={{.*}}) c -# CHECK: frame int ns::foo>(t= Function = (anonymous namespace)::anon_bar() ) +# CHECK: frame int ns::foo>(t= Function = (anonymous namespace)::anon_bar() ) c -# CHECK: frame int ns::foo const&) const noexcept>(t={{.*}}) +# CHECK: frame int ns::foo const&) const noexcept>(t={{.*}}) c # CHECK: frame ns::returns_func_ptr((null)={{.*}}) c -# CHECK: frame void Foo::foo>(this={{.*}}, t= Function = bar() ) const +# CHECK: frame void Foo::foo>(this={{.*}}, t= Function = bar() ) const c -# CHECK: frame void Foo::foo>(this={{.*}}, t= Function = (anonymous namespace)::anon_bar() ) const +# CHECK: frame void Foo::foo>(this={{.*}}, t= Function = (anonymous namespace)::anon_bar() ) const c # CHECK: frame void Foo::operator<<<1ul>(this={{.*}}, (null)=0) c