testsuite: Ensure T5423 flushes C output buffer
Previously T5423 would fail to flush the printf output buffer. Consequently it was platform-dependent whether the C or Haskell print output would be emitted first.
Showing
- testsuite/tests/rts/Makefile 2 additions, 1 deletiontestsuite/tests/rts/Makefile
- testsuite/tests/rts/T5423.hs 6 additions, 1 deletiontestsuite/tests/rts/T5423.hs
- testsuite/tests/rts/T5423.stdout 1 addition, 1 deletiontestsuite/tests/rts/T5423.stdout
- testsuite/tests/rts/T5423_c.c 6 additions, 0 deletionstestsuite/tests/rts/T5423_c.c
testsuite/tests/rts/T5423_c.c
0 → 100644
Please register or sign in to comment