Skip to content

Commit 3663a75

Browse files
committed
Revert unintended preview lib marker
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 23f60a6 commit 3663a75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test-e2e/PreviewBreakingChanges/preview_lib_marker.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// RUN: %clangxx -fsycl %s -Wno-error=unused-command-line-argument -o %t.out
1+
// REQUIRES: preview-breaking-changes-supportedAdd a comment on lines L1 to L2Add diff commentMarkdown input: edit mode selected.WritePreviewHeadingBoldItalicQuoteCodeLinkUnordered listNumbered listTask listMentionReferenceSaved repliesAdd FilesPaste, drop, or click to add filesCancelCommentStart a reviewReturn to code
2+
3+
// RUN: %clangxx -fsycl -fpreview-breaking-changes %s -Wno-error=unused-command-line-argument -o %t.out
24
// RUN: %{run} %t.out
35

46
// Test to help identify that E2E testing correctly detects and uses the preview

0 commit comments

Comments
 (0)