summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/expr/kind_black.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/expr/kind_black.h b/test/unit/expr/kind_black.h
index 047042191..d1b777c0d 100644
--- a/test/unit/expr/kind_black.h
+++ b/test/unit/expr/kind_black.h
@@ -82,7 +82,7 @@ class KindBlack : public CxxTest::TestSuite {
stringstream act, exp;
act << undefined << null << last << unknown;
- exp << "UNDEFINED_KIND" << "NULL" << "LAST_KIND" << "UNKNOWNKIND!"<< beyond;
+ exp << "UNDEFINED_KIND" << "NULL" << "LAST_KIND" << "?";
string actCreated = act.str();
string expCreated = exp.str();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback