Skip to content

Commit 0700759

Browse files
committed
Fix integration_header.cpp test due to 71c0784
Changes to final keyword printing.
1 parent d800d17 commit 0700759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenSYCL/integration_header.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// CHECK-NEXT: template <int DimX> struct namespaced_arg;
1313
// CHECK-NEXT: }
1414
// CHECK-NEXT: template <typename ...Ts> class fourth_kernel;
15-
// CHECK: class FinalClass;
15+
// CHECK: class FinalClass final;
1616
//
1717
// CHECK: static constexpr
1818
// CHECK-NEXT: const char* const kernel_names[] = {

0 commit comments

Comments
 (0)