From a12be1137412ce668c4b327cbbde6ebf5df7428d Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 8 Jun 2015 15:02:52 -0700 Subject: [PATCH] Put the no-default-lib ref comment back in the 1.0 lib test. --- tests/cases/conformance/decorators/1.0lib-noErrors.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/cases/conformance/decorators/1.0lib-noErrors.ts b/tests/cases/conformance/decorators/1.0lib-noErrors.ts index 5404c6369c..c070dd6966 100644 --- a/tests/cases/conformance/decorators/1.0lib-noErrors.ts +++ b/tests/cases/conformance/decorators/1.0lib-noErrors.ts @@ -15,6 +15,8 @@ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ +/// + ///////////////////////////// /// ECMAScript APIs /////////////////////////////