-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[C++20][Modules] Remove unused part of a test: merge-records.cppm
.
#155947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-clang-modules @llvm/pr-subscribers-clang Author: Michael Park (mpark) ChangesFull diff: https://github.com/llvm/llvm-project/pull/155947.diff 1 Files Affected:
diff --git a/clang/test/Modules/merge-records.cppm b/clang/test/Modules/merge-records.cppm
index dee41bda210b2..bf06d7c7cb892 100644
--- a/clang/test/Modules/merge-records.cppm
+++ b/clang/test/Modules/merge-records.cppm
@@ -31,27 +31,6 @@ union U {
int c;
};
-//--- another_records.h
-struct A {
- int a;
- double b;
- float c;
-};
-
-struct NoNameEntity {
- struct {
- int a;
- unsigned b;
- long c;
- };
-};
-
-union U {
- int a;
- double b;
- short c;
-};
-
//--- A.cppm
module;
#include "records.h"
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/10/builds/12427 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/23/builds/13413 Here is the relevant piece of the build log for the reference
|
No description provided.