Support API level as floating point

This commit is contained in:
topjohnwu
2025-10-02 04:10:22 -07:00
parent 78e2fc37e5
commit aac52176ed
2 changed files with 14 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ print_title() {
}
print_error() {
echo -e "\n\033[41;39m${1}\033[0m\n"
echo -e "\n\033[41;39m${1}\033[0m\n" >&2
}
# $1 = TestClass#method