Fix typo preventing unification test from running

pull/15339/head
Jamie Smith 2022-05-07 17:49:25 -07:00 committed by Jay Sridharan
parent 000c7c73c1
commit c21525621d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if(NOT "TARGET_CORTEX_A" IN_LIST MBED_TARGET_DEFINITIONS)
if("TARGET_CORTEX_A" IN_LIST MBED_TARGET_DEFINITIONS)
set(TEST_SKIPPED "Not supported for Cortex-A targets")
endif()