Merge commit '960ef551bf5d615d45e31b954e0faff147e76c85' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-06 19:12:05 +00:00
parent 38f334d882
commit 05b2660bf1

View File

@@ -30,7 +30,7 @@ TEST(HipError, SourceInfo)
// ...the filename
HasSubstr("experimental/builder/test/unit_error.cpp"),
// ...the function name
HasSubstr("throw_error"),
HasSubstr("throw_error")
// Note: Don't include the row/column so that we can move
// stuff around in this file.
)));