summaryrefslogtreecommitdiffstats
path: root/src/tests/core/arm/arm_test_common.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tests/core/arm/arm_test_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/core/arm/arm_test_common.h b/src/tests/core/arm/arm_test_common.h
index af747f8c9..592c28594 100644
--- a/src/tests/core/arm/arm_test_common.h
+++ b/src/tests/core/arm/arm_test_common.h
@@ -25,7 +25,8 @@ class TestEnvironment final {
public:
/*
* Inititalise test environment
- * @param mutable_memory If false, writes to memory can never be read back. (Memory is immutable.)
+ * @param mutable_memory If false, writes to memory can never be read back.
+ * (Memory is immutable.)
*/
explicit TestEnvironment(bool mutable_memory = false);