We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b35863 commit 990d412Copy full SHA for 990d412
1 file changed
cls/TestCoverage/Manager.cls
@@ -468,7 +468,6 @@ ClassMethod GetCoverageTargetsForFile(pFileName As %String, Output pTargetArray)
468
Set tExtension = "CLS"
469
} ElseIf (tExtension = "CLS") {
470
If (tName [ "*") {
471
- w !, "*CLS",!
472
// *.CLS is "all classes in the current namespace's default routine database"
473
// Will ignore system classes unless run in %SYS namespace or "%" is included in the expression
474
Do ..SearchClasses(tLine,.tNames)
0 commit comments