Skip to content

Commit f8263f2

Browse files
committed
[compiler-rt] Fix merge-posix.test file size test
1 parent 2743543 commit f8263f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/merge-posix.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN: echo ....U. > %tmp/T2/2
1414
RUN: echo ...Z.. > %tmp/T2/3
1515
RUN: echo ...Z.. > %tmp/T2/4
1616
RUN: echo ....E. > %tmp/T2/5
17-
RUN: echo .....R > %tmp/T2/6
17+
RUN: (echo .....R; for i in {1..1024}; do echo -n X; done) > %tmp/T2/6
1818

1919
# Check that we can report an error if file size exceeded
2020
RUN: (ulimit -f 1; not %run %t-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-prefix=SIGXFSZ)

0 commit comments

Comments
 (0)