Skip to content

Commit

Permalink
[SYCL][NFC] Fix test check for code location file name (intel#11803)
Browse files Browse the repository at this point in the history
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
  • Loading branch information
KseniyaTikhomirova authored Nov 7, 2023
1 parent 8cb3343 commit 75cf8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/test-e2e/Tracing/task_execution_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int main() {
// CHECK-DAG: sym_column_no : {{.*}}
// CHECK-DAG: sym_function_name : {{.*}}
// CHECK-DAG: kernel_name : {{.*}}
// CHECK-DAG: sym_source_file_name : {{.*}}/task_execution_handler.cpp
// CHECK-DAG: sym_source_file_name : {{.*}}task_execution_handler.cpp
// CHECK-DAG: sycl_device_name : {{.*}}
// CHECK-DAG: sycl_device_type : {{.*}}
// CHECK-DAG: sym_line_no : {{.*}}
Expand All @@ -30,7 +30,7 @@ int main() {
// CHECK-DAG: sym_column_no : {{.*}}
// CHECK-DAG: sym_function_name : {{.*}}
// CHECK-DAG: kernel_name : {{.*}}
// CHECK-DAG: sym_source_file_name : {{.*}}/task_execution_handler.cpp
// CHECK-DAG: sym_source_file_name : {{.*}}task_execution_handler.cpp
// CHECK-DAG: sycl_device_name : {{.*}}
// CHECK-DAG: sycl_device_type : {{.*}}
// CHECK-DAG: sym_line_no : {{.*}}
Expand Down

0 comments on commit 75cf8d8

Please sign in to comment.