[libcxx-commits] [libcxx] Rename operator[].pass.cpp to subscript_operator.pass.cpp (PR #117216)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 22 06:30:45 PST 2024
https://github.com/vannem-sj updated https://github.com/llvm/llvm-project/pull/117216
>From 4feed7fa2644da57566b395a77c8c908aea877cb Mon Sep 17 00:00:00 2001
From: vannem-sj <51447899+vannem-sj at users.noreply.github.com>
Date: Thu, 21 Nov 2024 14:19:59 -0500
Subject: [PATCH] Rename operator[].pass.cpp to subscript_operator.pass.cpp
This filename includes non FAT32 legal characters, and has caused a few issues with glob tools that don't escape brackets properly.
---
.../{operator[].pass.cpp => subscript_operator.pass.cpp} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/{operator[].pass.cpp => subscript_operator.pass.cpp} (100%)
diff --git a/libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/operator[].pass.cpp b/libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/subscript_operator.pass.cpp
similarity index 100%
rename from libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/operator[].pass.cpp
rename to libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/subscript_operator.pass.cpp
More information about the libcxx-commits
mailing list