aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/sputnik_converted/12_Statement/12.5_The_if_Statement/S12.5_A2.js
blob: 72e3ab8fb0fecb66d2aee2c15d9fb2f028fa524b (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.


// Converted for Test262 from original Sputnik source

 if (eval("true")) $FAIL('#1: In the "if" Statement eval as Expression is admitted');