summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-07-01 08:41:45 +0000
committerAlexey Samsonov <samsonov@google.com>2013-07-01 08:41:45 +0000
commitcc510707af20f2dbcf0d6893c4a96c36072799be (patch)
treef2310382b76f2b324ab433c503a7965ebe5a9b45 /compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc
parent8918140809cba31c8e12221844c0ab975b772e58 (diff)
downloadbcm5719-llvm-cc510707af20f2dbcf0d6893c4a96c36072799be.tar.gz
bcm5719-llvm-cc510707af20f2dbcf0d6893c4a96c36072799be.zip
[ASan] Remove leading underscores from function names in output tests
llvm-svn: 185315
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc')
-rw-r--r--compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc b/compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc
index 46f344faf4a..9a4a385e34a 100644
--- a/compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc
+++ b/compiler-rt/lib/asan/lit_tests/TestCases/ioctl.cc
@@ -17,7 +17,7 @@ int main(int argc, char **argv) {
int res = ioctl(fd, FIONBIO, &nonblock + 1);
// CHECK: AddressSanitizer: stack-buffer-overflow
// CHECK: READ of size 4 at
- // CHECK: {{#.* in _?main .*ioctl.cc:}}[[@LINE-3]]
+ // CHECK: {{#.* in main .*ioctl.cc:}}[[@LINE-3]]
assert(res == 0);
close(fd);
return 0;
OpenPOWER on IntegriCloud