diff options
Diffstat (limited to 'openmp/testsuite/ompts_standaloneProc.c')
-rw-r--r-- | openmp/testsuite/ompts_standaloneProc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/testsuite/ompts_standaloneProc.c b/openmp/testsuite/ompts_standaloneProc.c index b03052a51e4..591b59303f2 100644 --- a/openmp/testsuite/ompts_standaloneProc.c +++ b/openmp/testsuite/ompts_standaloneProc.c @@ -5,7 +5,7 @@ int main() int failed=0; /* Number of failed tests */ int success=0; /* number of succeeded tests */ static FILE * logFile; /* pointer onto the logfile */ - static const char * logFileName = "bin/c/<testfunctionname></testfunctionname>.log"; /* name of the logfile */ + static const char * logFileName = "<testfunctionname></testfunctionname>.log"; /* name of the logfile */ /* Open a new Logfile or overwrite the existing one. */ |