Skip to content

Commit 4faa292

Browse files
committed
[C++20][Modules] Remove unused part of a test: merge-records.cppm.
1 parent 403986e commit 4faa292

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

clang/test/Modules/merge-records.cppm

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,6 @@ union U {
3131
int c;
3232
};
3333

34-
//--- another_records.h
35-
struct A {
36-
int a;
37-
double b;
38-
float c;
39-
};
40-
41-
struct NoNameEntity {
42-
struct {
43-
int a;
44-
unsigned b;
45-
long c;
46-
};
47-
};
48-
49-
union U {
50-
int a;
51-
double b;
52-
short c;
53-
};
54-
5534
//--- A.cppm
5635
module;
5736
#include "records.h"

0 commit comments

Comments
 (0)