1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

updated tests

This commit is contained in:
Yann Collet
2016-02-12 02:56:27 +01:00
parent 71eafdd23f
commit c8da2c9f8f
4 changed files with 23 additions and 24 deletions

View File

@ -33,8 +33,8 @@ extern "C" {
* Special i/o constants
**************************************/
#define nullString "null"
#define stdinmark "-"
#define stdoutmark "-"
#define stdinmark "stdin"
#define stdoutmark "stdout"
#ifdef _WIN32
# define nulmark "nul"
#else