Skip to content

Commit c08f927

Browse files
committed
add newline to end of file
1 parent afb5be2 commit c08f927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaHLSL/Language/FlatCast-errors.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export void cantCast() {
55
int B[4] = {1,2,3,4};
66
B = (int[4])A;
77
// expected-error@-1 {{C-style cast from 'int *' to 'int[4]' is not allowed}}
8-
}
8+
}

0 commit comments

Comments
 (0)