From bda056b7b0d4a5b51a71ce2ddad265e2c8e74a93 Mon Sep 17 00:00:00 2001 From: Ben Gruver Date: Wed, 9 Nov 2011 16:15:13 -0800 Subject: [PATCH] Add the throw-verification-error token to the instruction test for the lexer --- smali/src/test/resources/LexerTest/InstructionTest.smali | 1 + smali/src/test/resources/LexerTest/InstructionTest.tokens | 1 + 2 files changed, 2 insertions(+) diff --git a/smali/src/test/resources/LexerTest/InstructionTest.smali b/smali/src/test/resources/LexerTest/InstructionTest.smali index 52319fe5..e5fa785f 100644 --- a/smali/src/test/resources/LexerTest/InstructionTest.smali +++ b/smali/src/test/resources/LexerTest/InstructionTest.smali @@ -210,6 +210,7 @@ invoke-static invoke-interface filled-new-array invoke-direct-empty +throw-verification-error execute-inline invoke-virtual-quick invoke-super-quick diff --git a/smali/src/test/resources/LexerTest/InstructionTest.tokens b/smali/src/test/resources/LexerTest/InstructionTest.tokens index 0536f99d..a4b1b74b 100644 --- a/smali/src/test/resources/LexerTest/InstructionTest.tokens +++ b/smali/src/test/resources/LexerTest/InstructionTest.tokens @@ -210,6 +210,7 @@ INSTRUCTION_FORMAT35c_METHOD("invoke-static") INSTRUCTION_FORMAT35c_METHOD("invoke-interface") INSTRUCTION_FORMAT35c_TYPE("filled-new-array") INSTRUCTION_FORMAT35s_METHOD("invoke-direct-empty") +INSTRUCTION_FORMAT20bc("throw-verification-error") INSTRUCTION_FORMAT35ms_METHOD("execute-inline") INSTRUCTION_FORMAT35ms_METHOD("invoke-virtual-quick") INSTRUCTION_FORMAT35ms_METHOD("invoke-super-quick")