Skip to content

Commit

Permalink
[SYCL][Graph] Remove trailing comment whitespace (intel#11493)
Browse files Browse the repository at this point in the history
Fixes post commit CI fail
https://github.com/intel/llvm/actions/runs/6470268418/job/17566091513
```
/__w/llvm/llvm/src/sycl/unittests/Extensions/CommandGraph.cpp:1459:12: error: backslash and newline separated by space [-Werror,-Wbackslash-newline-escape]
 1459 |   //     /|\
      |            ^
1 error generated.
```

This was occuring due to a trailing whitespace character in the comment
that was introduced in
intel#11418 (comment)
  • Loading branch information
EwanC authored Oct 10, 2023
1 parent a856198 commit 3b9ab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/unittests/Extensions/CommandGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ TEST_F(CommandGraphTest, EnqueueMultipleBarrier) {
// (4)|(5)
// \|/
// (B2)
// /|\
// /|\
// / | \
// (6) (7) (8) (those nodes also have B1 as a predecessor)
ASSERT_EQ(GraphImpl->MRoots.size(), 3lu);
Expand Down

0 comments on commit 3b9ab90

Please sign in to comment.