summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/example/cpp-unit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/example/cpp-unit.cpp b/test/example/cpp-unit.cpp
index 7c32478c6..b94530401 100644
--- a/test/example/cpp-unit.cpp
+++ b/test/example/cpp-unit.cpp
@@ -612,7 +612,6 @@ void test_effects() {
assert_equal(effects.readsArray, true);
assert_equal(effects.writesArray, true);
assert_equal(effects.readsMutableStruct, false);
- assert_equal(effects.readsImmutableStruct, false);
assert_equal(effects.writesStruct, false);
}
}