[libcxx-commits] [libcxx] Rename operator[].pass.cpp to subscript_operator.pass.cpp (PR #117216)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 21 11:21:38 PST 2024
https://github.com/vannem-sj created https://github.com/llvm/llvm-project/pull/117216
This filename includes non FAT32 legal characters, and has caused a few issues with glob tools that don't escape brackets properly.
>From 834fb39fd605d9d2069fc2d81695fb927fe44f32 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