mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Test] Underscored simplify_cfg_canonicalize_switch_enum.
Use underscores rather than hyphens so that text editors understand the name as a single word.
This commit is contained in:
@@ -2911,7 +2911,7 @@ namespace swift::test {
|
||||
/// Dumps:
|
||||
/// - nothing
|
||||
static FunctionTest SimplifyCFGCanonicalizeSwitchEnum(
|
||||
"simplify-cfg-canonicalize-switch-enum",
|
||||
"simplify_cfg_canonicalize_switch_enum",
|
||||
[](auto &function, auto &arguments, auto &test) {
|
||||
auto *passToRun = cast<SILFunctionTransform>(createSimplifyCFG());
|
||||
passToRun->injectPassManager(test.getPassManager());
|
||||
|
||||
Reference in New Issue
Block a user