X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.old-deja%2Fg%2B%2B.brendan%2Fctors2.C;h=6f1a36a960041ba79f6cdb3ffa8e9cf44e45a6f4;hb=73799ed3851f95db71003f937c3919a6ec1991de;hp=64a790f40f0c92727dff482044ec57fe3dc65a47;hpb=a693b51b848446b64535b490acdcec115ce7431c;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/testsuite/g++.old-deja/g++.brendan/ctors2.C b/gcc/testsuite/g++.old-deja/g++.brendan/ctors2.C index 64a790f40f0..6f1a36a9600 100644 --- a/gcc/testsuite/g++.old-deja/g++.brendan/ctors2.C +++ b/gcc/testsuite/g++.old-deja/g++.brendan/ctors2.C @@ -16,7 +16,7 @@ base global_base(0x55, 0x7e); int main () { if ((global_base.f1 != 0x55) || (global_base.f2 != 0x7e)) - printf ("FAIL\n"); + { printf ("FAIL\n"); return 1; } else printf ("PASS\n"); }