Skip to content

Commit 633e7f1

Browse files
committed
fix test
1 parent c029ed6 commit 633e7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/stdlib/Inputs/std-unique-ptr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct HasDtor {
2020
HasDtor() = default;
2121
#if __is_target_os(windows)
2222
// On windows, force this type to be address-only.
23-
HasDtor(const StructWithDestructor &other);
23+
HasDtor(const HasDtor &other);
2424
#endif
2525
~HasDtor() {
2626
dtorCalled = true;

0 commit comments

Comments
 (0)