From ba1b9f7f66e8162b41cb6c00bf39c1a97fe261cb Mon Sep 17 00:00:00 2001 From: Li Hau Tan Date: Wed, 12 Jun 2019 11:45:44 +0800 Subject: [PATCH] fix flow test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc858ab2ee46..5fa5cb0cfdbf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ MAKEFLAGS = -j1 -FLOW_COMMIT = 2ac56861e3ceff9ca406ae586fbafb3480c6c0b7 +FLOW_COMMIT = 09669846b7a7ca5a6c23c12d56bb3bebdafd67e9 TEST262_COMMIT = de567d3aa5de4eaa11e00131d26b9fe77997dfb0 # Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967