Skip to content

Commit 0cad625

Browse files
committed
[Test] Underscored sil_isolation_info_inference.
Use underscores rather than hyphens so that text editors understand the name as a single word.
1 parent 3e5d003 commit 0cad625

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

lib/SILOptimizer/Utils/SILIsolationInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ namespace swift::test {
12731273
// Dumps:
12741274
// - The inferred isolation.
12751275
static FunctionTest
1276-
IsolationInfoInferrence("sil-isolation-info-inference",
1276+
IsolationInfoInferrence("sil_isolation_info_inference",
12771277
[](auto &function, auto &arguments, auto &test) {
12781278
auto value = arguments.takeValue();
12791279

0 commit comments

Comments
 (0)