Fix typo.
authorKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 29 Apr 2004 01:19:40 +0000 (01:19 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 29 Apr 2004 01:19:40 +0000 (01:19 +0000)
From-SVN: r81270

gcc/testsuite/gcc.dg/torture/builtin-convert-2.c

index 62e5f07..68fc071 100644 (file)
@@ -8,7 +8,7 @@
 /* { dg-do link } */
 /* { dg-options "-ffast-math" } */
 
-#include "./builtins-config.h"
+#include "../builtins-config.h"
 
 #define PROTOTYPE(FN) extern double FN(double); \
   extern float FN##f(float); \