diff options
author | 2016-01-18 14:50:28 +0000 | |
---|---|---|
committer | 2016-01-18 14:50:28 +0000 | |
commit | 7d6872a2471a20a10fc99b02459db89a5fc2dc1d (patch) | |
tree | 400e5cbd9dcb8512155f4c52af0dbaf24b899767 /compiler/oat_test.cc | |
parent | 0e78aedf507512abcb730851025547645cd48c9c (diff) | |
parent | c903b6af634927479915eaa9516d493eea23f911 (diff) |
Merge "Move --dump-cfg and dump-cfg-append to CompilerOptions."
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r-- | compiler/oat_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index 9f7ffa5ace..7a2b74ed88 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -117,8 +117,6 @@ class OatTest : public CommonCompilerTest { 2, true, true, - "", - false, timer_.get(), -1, nullptr, |