| Index: test/mjsunit/compiler/simple-global-access.js
|
| diff --git a/test/mjsunit/compiler/simple-global-access.js b/test/mjsunit/compiler/simple-global-access.js
|
| index 35746ba822831303a7026991bfce8679ee8ca993..87a641cc9c9b8fea745f343fa88d6a4107ce98e0 100644
|
| --- a/test/mjsunit/compiler/simple-global-access.js
|
| +++ b/test/mjsunit/compiler/simple-global-access.js
|
| @@ -25,9 +25,7 @@
|
| // (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 global variable loads with the fast compiler.
|
| +// Test global variable loads.
|
| var g1 = 42;
|
| var g2 = 43;
|
| var g3 = 44;
|
|
|