aboutsummaryrefslogtreecommitdiff
path: root/smali/src/test/resources/LexerTest/InstructionTest.smali
diff options
context:
space:
mode:
authorJesusFreke@JesusFreke.com <JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a>2010-12-23 19:57:59 +0000
committerJesusFreke@JesusFreke.com <JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a>2010-12-23 19:57:59 +0000
commit66c6e9051295ad54a1b01157044671751e77512f (patch)
treeff3064bf76d0dd9ba221e81524bd9d4819207221 /smali/src/test/resources/LexerTest/InstructionTest.smali
parent1ad2f503bb524ec5888afd78260a2c5d092d8290 (diff)
downloadsmali-66c6e9051295ad54a1b01157044671751e77512f.tar.gz
add missing iput/sput instructions in the InstructionTest lexer test
git-svn-id: https://smali.googlecode.com/svn/trunk@801 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
Diffstat (limited to 'smali/src/test/resources/LexerTest/InstructionTest.smali')
-rw-r--r--smali/src/test/resources/LexerTest/InstructionTest.smali12
1 files changed, 12 insertions, 0 deletions
diff --git a/smali/src/test/resources/LexerTest/InstructionTest.smali b/smali/src/test/resources/LexerTest/InstructionTest.smali
index b45de2db..4c3a0a4c 100644
--- a/smali/src/test/resources/LexerTest/InstructionTest.smali
+++ b/smali/src/test/resources/LexerTest/InstructionTest.smali
@@ -66,6 +66,12 @@ sget-byte
sget-char
sget-short
sput
+sput-wide
+sput-object
+sput-boolean
+sput-byte
+sput-char
+sput-short
const-string
check-cast
new-instance
@@ -94,6 +100,12 @@ iget-byte
iget-char
iget-short
iput
+iput-wide
+iput-object
+iput-boolean
+iput-byte
+iput-char
+iput-short
instance-of
new-array
iget-quick