We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c74d4 commit 15cb4a4Copy full SHA for 15cb4a4
TESTS/mbed_platform/stats_sys/main.cpp
@@ -39,7 +39,7 @@ void test_sys_info()
39
40
#if defined(__IAR_SYSTEMS_ICC__)
41
TEST_ASSERT_EQUAL(IAR, stats.compiler_id);
42
-#elif defined(__CC_ARM)
+#elif defined(__ARMCC_VERSION)
43
TEST_ASSERT_EQUAL(ARM, stats.compiler_id);
44
#elif defined(__GNUC__)
45
TEST_ASSERT_EQUAL(GCC_ARM, stats.compiler_id);
0 commit comments