Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 144e69ca authored by utzcoz's avatar utzcoz Committed by Andrei-Valentin Onea
Browse files

Fix CtsAppCompatHostTestCases name in TEST_MAPPING



Bug: 155714623
Test: cd frameworks/base && atest --include-dirs, the atest
      can collect all tests with TEST_MAPPING correctly.

Change-Id: I2ff98c42d6bc4016aa2c6fac48a8e9cc8060a2b7
Signed-off-by: default avatarutzcoz <utzcoz@gmail.com>
Merged-In: I6c814fb74ebe566ec3f99e8eff79f98050c8a529
parent 55941995
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
        },
        // CTS tests
        {
            "name": "CtsAppCompatHostTestCases#"
            "name": "CtsAppCompatHostTestCases"
        }
    ]
}