summaryrefslogtreecommitdiff
path: root/test/unit/theory/theory_white.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/theory/theory_white.cpp')
-rw-r--r--test/unit/theory/theory_white.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit/theory/theory_white.cpp b/test/unit/theory/theory_white.cpp
index 915b469db..eb80723fd 100644
--- a/test/unit/theory/theory_white.cpp
+++ b/test/unit/theory/theory_white.cpp
@@ -61,14 +61,8 @@ TEST_F(TestTheoryWhite, effort)
Theory::Effort s = Theory::EFFORT_STANDARD;
Theory::Effort f = Theory::EFFORT_FULL;
- ASSERT_TRUE(Theory::standardEffortOnly(s));
- ASSERT_FALSE(Theory::standardEffortOnly(f));
-
ASSERT_FALSE(Theory::fullEffort(s));
ASSERT_TRUE(Theory::fullEffort(f));
-
- ASSERT_TRUE(Theory::standardEffortOrMore(s));
- ASSERT_TRUE(Theory::standardEffortOrMore(f));
}
TEST_F(TestTheoryWhite, done)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback