| Index: test/mjsunit/typeof.js
|
| diff --git a/test/mjsunit/typeof.js b/test/mjsunit/typeof.js
|
| index 15ab7bf34767b81ee060d8a3e7588e9177c4931a..39dec72962a4265030aa97bf050dd943143f4508 100644
|
| --- a/test/mjsunit/typeof.js
|
| +++ b/test/mjsunit/typeof.js
|
| @@ -25,8 +25,6 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --nofull-compiler
|
| -
|
| // The type of a regular expression should be 'function', including in
|
| // the context of string equality comparisons.
|
|
|
|
|