pr37943.c: Fix missing end of file.
authorSebastian Pop <sebastian.pop@amd.com>
Fri, 7 Nov 2008 05:57:07 +0000 (05:57 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Fri, 7 Nov 2008 05:57:07 +0000 (05:57 +0000)
2008-11-06  Sebastian Pop  <sebastian.pop@amd.com>

* gcc.dg/graphite/pr37943.c: Fix missing end of file.

From-SVN: r141662

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr37943.c

index d7a3469a61750e76b1f03cdbcdad080afce6aa5e..c64a633e6bb965c44c15b3f90ede7743cb1a9fb0 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-06  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * gcc.dg/graphite/pr37943.c: Fix missing end of file.
+
 2008-11-06  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.dg/utf-array-short-wchar.c, gcc.dg/utf-cvt.c,
index f8ec28d916c790fa013effc86a69ff88904e4498..a4b4fe5658fb19d557552972264bc70fb351aeec 100644 (file)
@@ -28,4 +28,7 @@ unsigned char compress(test *in)
       }
    }
    return p_in || p_out;
+}
+/* { dg-final { cleanup-tree-dump "graphite" } } */
+