diff --git a/test/Analysis/DSGraph/globalgraph.c b/test/Analysis/DSGraph/globalgraph.c index cd50d49d7bc..cfff582899b 100644 --- a/test/Analysis/DSGraph/globalgraph.c +++ b/test/Analysis/DSGraph/globalgraph.c @@ -1,3 +1,5 @@ +/* FIXME: this testcase should be automated! */ + #include typedef struct Tree_struct { diff --git a/test/Analysis/DSGraph/globals.c b/test/Analysis/DSGraph/globals.c index f0fb55d21d6..fc8f87c6d92 100644 --- a/test/Analysis/DSGraph/globals.c +++ b/test/Analysis/DSGraph/globals.c @@ -1,5 +1,7 @@ /* Test globals used and unused within different parts of a program */ +/* FIXME: This testcase should be automated */ + #include extern void exit_dummy(int*);