Remove func-static from XFAIL_TESTS.

I realized that's not the way it's meant to be used, and it /is/ I bug I
want fixed before release, so... :)
This commit is contained in:
Bill Currie 2012-12-04 13:27:39 +09:00
parent 98a0afa38f
commit f7bf05034f

View file

@ -29,7 +29,7 @@ test_progs_dat=\
while.dat
fail_progs_dat=\
func-static.dat
$E
TESTS=$(test_progs_dat:.dat=.run)
XFAIL_TESTS=$(fail_progs_dat:.dat=.run)