| Index: test/cctest/compiler/test-pipeline.cc | 
| diff --git a/test/cctest/compiler/test-pipeline.cc b/test/cctest/compiler/test-pipeline.cc | 
| index 7efedeeea2ac1dcc2aacc1182f844d84421fbab2..f0b750a0cc19e6f1bb596e6d311b77cfa6a8b80b 100644 | 
| --- a/test/cctest/compiler/test-pipeline.cc | 
| +++ b/test/cctest/compiler/test-pipeline.cc | 
| @@ -23,8 +23,6 @@ TEST(PipelineAdd) { | 
| CompilationInfoWithZone info(function); | 
|  | 
| CHECK(Parser::Parse(&info)); | 
| -  StrictMode strict_mode = info.function()->strict_mode(); | 
| -  info.SetStrictMode(strict_mode); | 
| CHECK(Rewriter::Rewrite(&info)); | 
| CHECK(Scope::Analyze(&info)); | 
| CHECK_NE(NULL, info.scope()); | 
|  |