Skip to content

Commit a75bd89

Browse files
committed
[Test] Underscored variable_name_inference.
Use underscores rather than hyphens so that text editors understand the name as a single word.
1 parent cfdbd99 commit a75bd89

File tree

2 files changed

+100
-100
lines changed

2 files changed

+100
-100
lines changed

lib/SILOptimizer/Utils/VariableNameUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ namespace swift::test {
801801
// - The inferred name
802802
// - The inferred value.
803803
static FunctionTest VariableNameInferrerTests(
804-
"variable-name-inference", [](auto &function, auto &arguments, auto &test) {
804+
"variable_name_inference", [](auto &function, auto &arguments, auto &test) {
805805
auto value = arguments.takeValue();
806806
SmallString<64> finalString;
807807
VariableNameInferrer::Options options;

0 commit comments

Comments
 (0)