diff --git a/tests/cases/compiler/noDefaultLib.ts b/tests/cases/compiler/noDefaultLib.ts
index 77c7961e004..92c8a63fc64 100644
--- a/tests/cases/compiler/noDefaultLib.ts
+++ b/tests/cases/compiler/noDefaultLib.ts
@@ -1,4 +1,4 @@
-// @noLib: true
+///
var x;
interface Array {}
diff --git a/tests/cases/compiler/typeCheckTypeArgument.ts b/tests/cases/compiler/typeCheckTypeArgument.ts
index ff39fc4b982..ea125f62c07 100644
--- a/tests/cases/compiler/typeCheckTypeArgument.ts
+++ b/tests/cases/compiler/typeCheckTypeArgument.ts
@@ -1,4 +1,4 @@
-// @noLib: true
+///
var f: () => void;
diff --git a/tests/cases/conformance/decorators/1.0lib-noErrors.ts b/tests/cases/conformance/decorators/1.0lib-noErrors.ts
index c070dd6966c..6966e3e70d0 100644
--- a/tests/cases/conformance/decorators/1.0lib-noErrors.ts
+++ b/tests/cases/conformance/decorators/1.0lib-noErrors.ts
@@ -1,5 +1,4 @@
// @target: ES5
-// @noLib: true
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use