Skip to content

Commit acab991

Browse files
committed
[Test] Underscored canonicalize_ossa_lifetime.
Use underscores rather than hyphens so that text editors understand the name as a single word.
1 parent 06bdd79 commit acab991

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

lib/SILOptimizer/Utils/CanonicalizeOSSALifetime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ namespace swift::test {
13571357
// Dumps:
13581358
// - function after value canonicalization
13591359
static FunctionTest CanonicalizeOSSALifetimeTest(
1360-
"canonicalize-ossa-lifetime",
1360+
"canonicalize_ossa_lifetime",
13611361
[](auto &function, auto &arguments, auto &test) {
13621362
auto *accessBlockAnalysis =
13631363
test.template getAnalysis<NonLocalAccessBlockAnalysis>();

0 commit comments

Comments
 (0)