summaryrefslogtreecommitdiffstats
path: root/src/tests/core/arm/arm_test_common.h
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2017-05-01 23:11:06 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2017-07-23 13:29:51 +0200
commita08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9 (patch)
tree5ef66e98a89d629a903e54c813f5564ace541a05 /src/tests/core/arm/arm_test_common.h
parenttests: Arm testing framework (diff)
downloadyuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar
yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.gz
yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.bz2
yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.lz
yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.xz
yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.tar.zst
yuzu-a08edd67eb1c5ed3a348f38f0fd5f9ebc280f5a9.zip
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);