From ac4519154ed17c7a0cf92f1844156258dd4d787e Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Tue, 31 May 2022 15:04:27 +0200 Subject: [PATCH] Remove stray comment --- packages/@aws-cdk/integ-runner/lib/runner/runner-base.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/@aws-cdk/integ-runner/lib/runner/runner-base.ts b/packages/@aws-cdk/integ-runner/lib/runner/runner-base.ts index 08b58b73e1f09..1a74184078769 100644 --- a/packages/@aws-cdk/integ-runner/lib/runner/runner-base.ts +++ b/packages/@aws-cdk/integ-runner/lib/runner/runner-base.ts @@ -50,9 +50,6 @@ export interface IntegRunnerOptions { readonly cdk?: ICdk; } -/** - * The different components of a test name - */ /** * Represents an Integration test runner */