Skip to content

Commit 0e67d1c

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TEST: fix typo
1 parent 8468fbe commit 0e67d1c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

TESTS/integration/fs-single/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#if !INTEGRATION_TESTS
2525
#error [NOT_SUPPORTED] integration tests not enabled for this target
2626
#elif !MBED_CONF_RTOS_PRESENT
27-
#error [NOT_SUPPORTED] integration tests required RTOS
27+
#error [NOT_SUPPORTED] integration tests require RTOS
2828
#else
2929

3030
#include "mbed.h"

TESTS/integration/fs-threaded/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#if !INTEGRATION_TESTS
2525
#error [NOT_SUPPORTED] integration tests not enabled for this target
2626
#elif !MBED_CONF_RTOS_PRESENT
27-
#error [NOT_SUPPORTED] integration tests required RTOS
27+
#error [NOT_SUPPORTED] integration tests require RTOS
2828
#else
2929

3030
#include "mbed.h"

TESTS/integration/net-single/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#if !INTEGRATION_TESTS
2525
#error [NOT_SUPPORTED] integration tests not enabled for this target
2626
#elif !MBED_CONF_RTOS_PRESENT
27-
#error [NOT_SUPPORTED] integration tests required RTOS
27+
#error [NOT_SUPPORTED] integration tests require RTOS
2828
#else
2929

3030
#include "mbed.h"

TESTS/integration/net-threaded/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#if !INTEGRATION_TESTS
2525
#error [NOT_SUPPORTED] integration tests not enabled for this target
2626
#elif !MBED_CONF_RTOS_PRESENT
27-
#error [NOT_SUPPORTED] integration tests required RTOS
27+
#error [NOT_SUPPORTED] integration tests require RTOS
2828
#else
2929

3030
#include "mbed.h"

TESTS/integration/stress-net-fs/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#if !INTEGRATION_TESTS
2525
#error [NOT_SUPPORTED] integration tests not enabled for this target
2626
#elif !MBED_CONF_RTOS_PRESENT
27-
#error [NOT_SUPPORTED] integration tests required RTOS
27+
#error [NOT_SUPPORTED] integration tests require RTOS
2828
#else
2929

3030
#include "mbed.h"

0 commit comments

Comments
 (0)