aboutsummaryrefslogtreecommitdiff
path: root/framework/TestResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/TestResult.h')
-rw-r--r--framework/TestResult.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/TestResult.h b/framework/TestResult.h
index 747c2defb4..e71ef95112 100644
--- a/framework/TestResult.h
+++ b/framework/TestResult.h
@@ -45,7 +45,8 @@ struct TestResult
SUCCESS,
EXPECTED_FAILURE,
FAILED,
- CRASHED
+ CRASHED,
+ DISABLED
};
/** Default constructor. */