diff options
Diffstat (limited to 'oatdump/oatdump_test.h')
| -rw-r--r-- | oatdump/oatdump_test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oatdump/oatdump_test.h b/oatdump/oatdump_test.h index b85730d25e..bbe89ca33c 100644 --- a/oatdump/oatdump_test.h +++ b/oatdump/oatdump_test.h @@ -162,7 +162,6 @@ class OatDumpTest : public CommonRuntimeTest { // Code and dex code do not show up if list only. expected_prefixes.push_back("DEX CODE:"); expected_prefixes.push_back("CODE:"); - expected_prefixes.push_back("CodeInfoEncoding"); expected_prefixes.push_back("CodeInfoInlineInfo"); } if (mode == kModeArt) { |