[libcxx-commits] [libcxx] [libcxx] TESTING ONLY! DO NOT REVIEW OR COMMIT! (PR #153828)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 15 09:29:45 PDT 2025
https://github.com/cmtice created https://github.com/llvm/llvm-project/pull/153828
This is meant for a draft-only PR, as a way of triggering libcxx premerge testing, in order to test metrics collection.
DO NOT REVIEW! DO NOT COMMIT!
>From df898c2cd1d2705fcfa44b4cb8e41c954a683c9c Mon Sep 17 00:00:00 2001
From: Caroline Tice <cmtice at google.com>
Date: Fri, 15 Aug 2025 09:27:15 -0700
Subject: [PATCH] [libcxx] TESTING ONLY! DO NOT REVIEW OR COMMIT!
This is meant for a draft-only PR, as a way of triggering
libcxx premerge testing, in order to test metrics collection.
DO NOT REVIEW! DO NOT COMMIT!
---
libcxx/docs/CarolinesTestDoc.txt | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 libcxx/docs/CarolinesTestDoc.txt
diff --git a/libcxx/docs/CarolinesTestDoc.txt b/libcxx/docs/CarolinesTestDoc.txt
new file mode 100644
index 0000000000000..607669a551300
--- /dev/null
+++ b/libcxx/docs/CarolinesTestDoc.txt
@@ -0,0 +1,5 @@
+This is a nonsense document, created for the sole purpose of
+triggering libcxx premerge testing (so I can test metrics collection).
+
+This is NOT intended to ever be reviewed or merged or committed. If it gets
+accidentally committed, please remove it asap.
More information about the libcxx-commits
mailing list