summaryrefslogtreecommitdiff
path: root/test/unit/util/assert_white.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util/assert_white.h')
-rw-r--r--test/unit/util/assert_white.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/util/assert_white.h b/test/unit/util/assert_white.h
index 6af4eabcc..7b9899204 100644
--- a/test/unit/util/assert_white.h
+++ b/test/unit/util/assert_white.h
@@ -72,8 +72,8 @@ public:
}
// Now test an assert with a format that drives it over the 512
- // byte initial buffer. This was a bug in r1441, see bug 246:
- // http://goedel.cims.nyu.edu/bugzilla3/show_bug.cgi?id=246
+ // byte initial buffer. This was a bug in r1441, see bug:
+ // https://github.com/CVC4/CVC4/issues/465
string fmt = string(200, 'x') + " %s " + string(200, 'x');
string arg(200, 'y');
try {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback