Index: gcc/gcc/testsuite/gcc.dg/pch/pch.exp |
diff --git a/gcc/gcc/testsuite/gcc.dg/pch/pch.exp b/gcc/gcc/testsuite/gcc.dg/pch/pch.exp |
index ff2b34c09709de12715a208ac67ec8a3c36c9ba9..009fc96fa1dc39bed7f64474c88a0f8ad27624b8 100644 |
--- a/gcc/gcc/testsuite/gcc.dg/pch/pch.exp |
+++ b/gcc/gcc/testsuite/gcc.dg/pch/pch.exp |
@@ -43,7 +43,6 @@ foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.c]] { |
set test "largefile.c" |
set testh "largefile.hs" |
set f [open $test w] |
-puts $f "/* { dg-xfail-if \"PR 14940\" { \"i?86-*-solaris2.10\" } { \"*\" } { \"\" } } */" |
puts $f "/* { dg-timeout-factor 4.0 } */" |
set v 0 |
for { set v 0 } { $v < 10000 } { incr v } { |