aboutsummaryrefslogtreecommitdiff
path: root/test/profile/instrprof-write-file-only.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile/instrprof-write-file-only.c')
-rw-r--r--test/profile/instrprof-write-file-only.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-write-file-only.c b/test/profile/instrprof-write-file-only.c
index 4abbdea7c674..f505cf64a5c7 100644
--- a/test/profile/instrprof-write-file-only.c
+++ b/test/profile/instrprof-write-file-only.c
@@ -11,7 +11,7 @@ int foo(int);
int main(int argc, const char *argv[]) {
// CHECK-LABEL: define {{.*}} @main(
// CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[PD1:[0-9]+]]
- if (argc > 1)
+ if (argc > 42)
return 1;
// Since the runtime has been suppressed, initialize the file name, as the