| Index: test/mjsunit/compiler/this-property-refs.js
|
| diff --git a/test/mjsunit/compiler/this-property-refs.js b/test/mjsunit/compiler/this-property-refs.js
|
| index 5e8ea596cbd05bb754474c02bd54dc108415da13..1ee8e50ca5658f9d054445b9204e0cc09cb67908 100644
|
| --- a/test/mjsunit/compiler/this-property-refs.js
|
| +++ b/test/mjsunit/compiler/this-property-refs.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: --fast-compiler
|
| -
|
| // Test references to properties of this.
|
| function Test() {
|
| this.a = 0;
|
|
|