Skip to content

Commit

Permalink
Fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
ziranzha committed Jan 24, 2025
1 parent fb43289 commit b7f5ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clang/test/dpct/analysis-mode/multi_files.cu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// RUN: dpct %S/multi_files.cu -in-root=%S --cuda-include-path="%cuda-path/include" -analysis-mode -analysis-mode-output-file=%T/multi_report.out

// RUN: echo "// CHECK-DAG: %S/multi_files.cu:" > %T/multi_files.check
// RUN: echo "// CHECK-DAG: %S/multi_files.h:" >> %T/multi_files.check
// RUN: echo "// CHECK-DAG: {{.*}}multi_files.cu:" > %T/multi_files.check
// RUN: echo "// CHECK-DAG: {{.*}}multi_files.h:" >> %T/multi_files.check
// RUN: cat %S/multi_files.check >> %T/multi_files.check

// RUN: FileCheck --match-full-lines --input-file %T/multi_report.out %T/multi_files.check
Expand Down
2 changes: 1 addition & 1 deletion clang/test/dpct/analysis-mode/single_file.cu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: dpct -in-root=%S -analysis-mode --cuda-include-path="%cuda-path/include" -analysis-mode-output-file=%T/single_file.out %S/single_file.cu

// RUN: echo "// CHECK: %S/single_file.cu:" > %T/single_file.check
// RUN: echo "// CHECK: {{.*}}single_file.cu:" > %T/single_file.check
// RUN: cat %S/single_file.check >> %T/single_file.check

// RUN: FileCheck --match-full-lines --input-file %T/single_file.out %T/single_file.check
Expand Down

0 comments on commit b7f5ae2

Please sign in to comment.