diff options
author | Sverker Eriksson <[email protected]> | 2015-12-07 20:02:19 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-12-07 20:02:19 +0100 |
commit | 04a8110358706fe73a9dbedb81584d9f7fd27377 (patch) | |
tree | fca996f9eacaef92a722d46be8a7865e1b12c2b7 /erts/emulator/test/float_SUITE_data | |
parent | 4f3212c9a84e6feaea1bbffdc1972e4760cc7815 (diff) | |
download | otp-04a8110358706fe73a9dbedb81584d9f7fd27377.tar.gz otp-04a8110358706fe73a9dbedb81584d9f7fd27377.tar.bz2 otp-04a8110358706fe73a9dbedb81584d9f7fd27377.zip |
erts: Add new test cases to float_SUITE
Diffstat (limited to 'erts/emulator/test/float_SUITE_data')
-rw-r--r-- | erts/emulator/test/float_SUITE_data/fp_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/test/float_SUITE_data/fp_drv.c b/erts/emulator/test/float_SUITE_data/fp_drv.c index 5919dd8e2f..a91d622040 100644 --- a/erts/emulator/test/float_SUITE_data/fp_drv.c +++ b/erts/emulator/test/float_SUITE_data/fp_drv.c @@ -18,6 +18,7 @@ */ #if defined(DEBUG) || 0 +# include <stdio.h> # define PRINTF(X) printf X #else # define PRINTF(X) |