Skip to content

Commit 9e2f29c

Browse files
committed
Update comment per review feedback
1 parent 2fd4fed commit 9e2f29c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

compiler-rt/lib/asan/tests/asan_test.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,10 +1116,8 @@ TEST(AddressSanitizer, StressStackReuseTest) {
11161116
}
11171117

11181118
// On some platform (ex: AIX), the default thread stack size (~96 KB) is
1119-
// insufficient for this test and can lead to stack overflows. The test
1120-
// has been updated to accomodate platforms with smaller default thread
1121-
// stack sizes.
1122-
#define MIN_STACK_SIZE (128 * 1024) // Minimum stack size to use: 128 KB
1119+
// insufficient for this test and can lead to stack overflows.
1120+
#define MIN_STACK_SIZE (128 * 1024) // 128 KB
11231121
TEST(AddressSanitizer, ThreadedStressStackReuseTest) {
11241122
const int kNumThreads = 20;
11251123
pthread_t t[kNumThreads];

0 commit comments

Comments
 (0)