Skip to content

Commit

Permalink
Fix typo preventing unification test from running
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed May 8, 2022
1 parent bd23d10 commit c43d248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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()

Expand Down

0 comments on commit c43d248

Please sign in to comment.