summaryrefslogtreecommitdiff
path: root/src/theory/mktheorytraits
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/mktheorytraits')
-rwxr-xr-xsrc/theory/mktheorytraits6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/mktheorytraits b/src/theory/mktheorytraits
index b2c6e1ef2..b303c3b4b 100755
--- a/src/theory/mktheorytraits
+++ b/src/theory/mktheorytraits
@@ -92,9 +92,9 @@ function theory {
echo "$kf:$lineno: error: \"theory\" directive missing class or header argument" >&2
exit 1
elif ! expr "$2" : '\(::*\)' >/dev/null; then
- echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::CVC5::theory::foo)" >&2
- elif ! expr "$2" : '\(::CVC5::theory::*\)' >/dev/null; then
- echo "$kf:$lineno: warning: theory class not under ::CVC5::theory namespace" >&2
+ echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::cvc5::theory::foo)" >&2
+ elif ! expr "$2" : '\(::cvc5::theory::*\)' >/dev/null; then
+ echo "$kf:$lineno: warning: theory class not under ::cvc5::theory namespace" >&2
fi
theory_id="$1"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback