Skip to content

Commit df1d1fa

Browse files
committed
Fix dex test case.
1 parent 4dbfee1 commit df1d1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-dex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ int main(int argc, char** argv)
9999

100100
assert_true_rule_blob(
101101
"import \"dex\" rule test { condition: \
102-
dex.map_list.map_item[1].type == dex.TYPE_HEADER_ITEM \
102+
dex.map_list.map_item[0].type == dex.TYPE_HEADER_ITEM \
103103
}",
104104
DEX_FILE);
105105

0 commit comments

Comments
 (0)