Skip to content

Commit 95b7b06

Browse files
committed
[Test] Renamed test case.
Replaced a - with a _.
1 parent 0587075 commit 95b7b06

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

lib/SIL/Utils/OwnershipLiveness.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ static FunctionTest LinearLivenessTest("linear_liveness", [](auto &function,
414414
// - the computed pruned liveness
415415
// - the liveness boundary
416416
static FunctionTest
417-
InteriorLivenessTest("interior-liveness",
417+
InteriorLivenessTest("interior_liveness",
418418
[](auto &function, auto &arguments, auto &test) {
419419
SILValue value = arguments.takeValue();
420420
function.print(llvm::outs());

0 commit comments

Comments
 (0)