[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:38:04 PST 2024


https://github.com/vannem-sj updated https://github.com/llvm/llvm-project/pull/117216

>From dd123ad83ee572c336a0d723f6f283bebe30d1bc Mon Sep 17 00:00:00 2001
From: Mike Vanne <vannem at google.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