| Index: test/cctest/compiler/test-run-variables.cc
|
| diff --git a/test/cctest/compiler/test-run-variables.cc b/test/cctest/compiler/test-run-variables.cc
|
| index bf86e0d42c780385a3327296fda3ed6857da25d8..4e5fd181f47aa8e88261d0828ef2a020408f8392 100644
|
| --- a/test/cctest/compiler/test-run-variables.cc
|
| +++ b/test/cctest/compiler/test-run-variables.cc
|
| @@ -49,7 +49,6 @@ static const char* bind_tests[] = {
|
|
|
|
|
| static void RunVariableTests(const char* source, const char* tests[]) {
|
| - FLAG_harmony_scoping = true;
|
| EmbeddedVector<char, 512> buffer;
|
|
|
| for (int i = 0; tests[i] != NULL; i += 3) {
|
|
|