summaryrefslogtreecommitdiff
path: root/openmp/runtime/test/affinity/format/simple_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/test/affinity/format/simple_env.c')
-rw-r--r--openmp/runtime/test/affinity/format/simple_env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/affinity/format/simple_env.c b/openmp/runtime/test/affinity/format/simple_env.c
index 7aab1cfc04c..ad0a2651e36 100644
--- a/openmp/runtime/test/affinity/format/simple_env.c
+++ b/openmp/runtime/test/affinity/format/simple_env.c
@@ -1,5 +1,5 @@
// RUN: %libomp-compile
-// RUN: env OMP_DISPLAY_AFFINITY=true OMP_AFFINITY_FORMAT='TESTER-ENV: tl:%L tn:%n nt:%N' OMP_NUM_THREADS=8 %libomp-run | python %S/check.py -c 'CHECK-8' %s
+// RUN: env OMP_DISPLAY_AFFINITY=true OMP_AFFINITY_FORMAT='TESTER-ENV: tl:%L tn:%n nt:%N' OMP_NUM_THREADS=8 %libomp-run | %python %S/check.py -c 'CHECK-8' %s
#include <stdio.h>
#include <stdlib.h>