Skip to content

Commit 993c9c7

Browse files
committed
Fix
Signed-off-by: Jiang, Zhiwei <zhiwei.jiang@intel.com>
1 parent b724c36 commit 993c9c7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

clang/test/dpct/help_option_check/lin/help_option_check.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// RUN: cd %T/help_option_check
55

66
// RUN: dpct --help > output.txt
7-
// RUN: diff --strip-trailing-cr %S/help_all.txt %T/help_option_check/output.txt >> %T/diff.txt
7+
// RUN: diff --strip-trailing-cr %S/help_all.txt %T/help_option_check/output.txt
88
// RUN: dpct --help=basic > output.txt
9-
// RUN: diff --strip-trailing-cr %S/help_basic.txt %T/help_option_check/output.txt >> %T/diff.txt
9+
// RUN: diff --strip-trailing-cr %S/help_basic.txt %T/help_option_check/output.txt
1010
// RUN: dpct --help=advanced > output.txt
11-
// RUN: diff --strip-trailing-cr %S/help_advanced.txt %T/help_option_check/output.txt >> %T/diff.txt
11+
// RUN: diff --strip-trailing-cr %S/help_advanced.txt %T/help_option_check/output.txt

clang/test/dpct/help_option_check/win/help_option_check.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// RUN: cd %T/help_option_check
55

66
// RUN: dpct --help > output.txt
7-
// RUN: diff --strip-trailing-cr %S/help_all.txt %T/help_option_check/output.txt >> %T/diff.txt
7+
// RUN: diff --strip-trailing-cr %S/help_all.txt %T/help_option_check/output.txt
88
// RUN: dpct --help=basic > output.txt
9-
// RUN: diff --strip-trailing-cr %S/help_basic.txt %T/help_option_check/output.txt >> %T/diff.txt
9+
// RUN: diff --strip-trailing-cr %S/help_basic.txt %T/help_option_check/output.txt
1010
// RUN: dpct --help=advanced > output.txt
11-
// RUN: diff --strip-trailing-cr %S/help_advanced.txt %T/help_option_check/output.txt >> %T/diff.txt
11+
// RUN: diff --strip-trailing-cr %S/help_advanced.txt %T/help_option_check/output.txt

0 commit comments

Comments
 (0)