diff options
Diffstat (limited to 'compiler-rt/test/profile/instrprof-without-libc.c')
-rw-r--r-- | compiler-rt/test/profile/instrprof-without-libc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/instrprof-without-libc.c b/compiler-rt/test/profile/instrprof-without-libc.c index fc6c9b25b3b..f23149186cf 100644 --- a/compiler-rt/test/profile/instrprof-without-libc.c +++ b/compiler-rt/test/profile/instrprof-without-libc.c @@ -56,5 +56,6 @@ int main(int argc, const char *argv[]) { // CHECK-SYMBOLS-NOT: _fopen // CHECK-SYMBOLS-NOT: _fwrite // CHECK-SYMBOLS-NOT: _getenv +// CHECK-SYMBOLS-NOT: getenv // CHECK-SYMBOLS-NOT: _malloc // CHECK-SYMBOLS-NOT: _open |