diff options
-rw-r--r-- | test/stream_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stream_test.c b/test/stream_test.c index ffe1c18..b786014 100644 --- a/test/stream_test.c +++ b/test/stream_test.c @@ -64,7 +64,7 @@ int main (void) #define RANK 2 /* sample dataset rank */ #define DIMS 50 /* sample dataset dimensions */ #define DATASETNAME "IntArray" /* sample dataset name */ -#define FILENAME "localhost:5678" /* filename argument */ +#define FILENAME "localhost:10007" /* filename argument */ static int sender (void) |