Skip to content

Commit e2b66ee

Browse files
authored
Drop upstream test divergence (llvm#2118)
2 parents 7b7537c + 2cbf02a commit e2b66ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCUDA/fp16-arg-return.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
// expected-no-diagnostics
66

7-
__fp16 *testFP16AsArgAndReturn(__fp16 *x) {
7+
__fp16 testFP16AsArgAndReturn(__fp16 x) {
88
return x;
99
}

0 commit comments

Comments
 (0)