Skip to content

Commit bcd360e

Browse files
author
Alexander Batashev
authored
Only disable formatting for CHECK directives
1 parent 1af0abe commit bcd360e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/abi/layout_handler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: %clangxx -fsycl -c -fno-color-diagnostics -Xclang -fdump-record-layouts %s | FileCheck %s
22
// REQUIRES: linux
33

4-
// clang-format off
5-
64
#include <CL/sycl/handler.hpp>
75
#include <CL/sycl/queue.hpp>
86

@@ -13,6 +11,8 @@ void foo() {
1311
});
1412
}
1513

14+
// clang-format off
15+
1616
// The order of field declarations and their types are important.
1717

1818
// CHECK: 0 | class sycl::handler

0 commit comments

Comments
 (0)