summaryrefslogtreecommitdiff
path: root/android/sdk_version_test.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-03-21 01:36:46 +0000
committer Spandan Das <spandandas@google.com> 2023-03-21 01:36:46 +0000
commitac96191f2234b58bcb250d1f88c85ce25077f7a5 (patch)
tree44795367861c742bc0bda6c029f37f2e73897404 /android/sdk_version_test.go
parent51dc6859acdf9f861691f4b7fadbc7363b8afab1 (diff)
Revert "Create two sentinel api levels"
Revert submission 2457063 Reason for revert: Broken udc-dev Reverted changes: /q/submissionid:2457063 Change-Id: Ide8e1b23d5a575c57be44ebd801846dc5caf2e83
Diffstat (limited to 'android/sdk_version_test.go')
-rw-r--r--android/sdk_version_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/sdk_version_test.go b/android/sdk_version_test.go
index ea99c4d62..ec81782f0 100644
--- a/android/sdk_version_test.go
+++ b/android/sdk_version_test.go
@@ -37,11 +37,11 @@ func TestSdkSpecFrom(t *testing.T) {
},
{
input: "_",
- expected: "invalid__",
+ expected: "invalid_(no version)",
},
{
input: "_31",
- expected: "invalid__31",
+ expected: "invalid_(no version)",
},
{
input: "system_R",