Add note about racy tests
This commit is contained in:
@@ -90,7 +90,8 @@ copy_import(void)
|
||||
if (!equal)
|
||||
errx(1, "names not equal");
|
||||
|
||||
if (lifetime1 != lifetime1)
|
||||
/* FIXME: This check is racy! */
|
||||
if (lifetime1 != lifetime2)
|
||||
errx(1, "lifetime not equal");
|
||||
|
||||
if (usage1 != usage1)
|
||||
|
Reference in New Issue
Block a user