aboutsummaryrefslogtreecommitdiffstats
path: root/tests/returning-data-from-temporary/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/returning-data-from-temporary/config.json')
-rw-r--r--tests/returning-data-from-temporary/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/returning-data-from-temporary/config.json b/tests/returning-data-from-temporary/config.json
index e7e6e0cb..f299093c 100644
--- a/tests/returning-data-from-temporary/config.json
+++ b/tests/returning-data-from-temporary/config.json
@@ -1,7 +1,8 @@
{
"tests" : [
{
- "filename" : "main.cpp"
+ "filename" : "main.cpp",
+ "expects_failure" : true
}
]
}