]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Format REL_ERROR as <ERROR>
authorMichael Schroeder <mls@suse.de>
Wed, 19 Apr 2017 07:59:47 +0000 (09:59 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 19 Apr 2017 07:59:47 +0000 (09:59 +0200)
ext/testcase.c

index df7dc2b038444b30b4acd29af6f7a41ddf0f8eca..30ac4a0ac3ddd61d8b25eb9d547a437e9db3fb43 100644 (file)
@@ -385,6 +385,7 @@ struct oplist {
   { REL_COMPAT,  "compat >=" },
   { REL_KIND,  "<KIND>" },
   { REL_ELSE, "<ELSE>" },
+  { REL_ERROR, "<ERROR>" },
   { REL_LT, "<" },
   { 0, 0 }
 };