[libcxx-commits] [libcxx] c7d5ef4 - [libc++] Rename operator[].pass.cpp to subscript_operator.pass.cpp (#117216)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 22 06:49:13 PST 2024


Author: vannem-sj
Date: 2024-11-22T15:49:09+01:00
New Revision: c7d5ef420d66bf321999a5c922dd6e77f8dc2e9d

URL: https://github.com/llvm/llvm-project/commit/c7d5ef420d66bf321999a5c922dd6e77f8dc2e9d
DIFF: https://github.com/llvm/llvm-project/commit/c7d5ef420d66bf321999a5c922dd6e77f8dc2e9d.diff

LOG: [libc++] Rename operator[].pass.cpp to subscript_operator.pass.cpp (#117216)

This filename includes non FAT32 legal characters, and has caused a few
issues with glob tools that don't escape brackets properly.

Added: 
    libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/subscript_operator.pass.cpp

Modified: 
    

Removed: 
    libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.members/operator[].pass.cpp


################################################################################
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