summaryrefslogtreecommitdiff
path: root/test/msan/wcsncpy.cc
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-05-11 14:04:23 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-05-11 14:04:23 +0000
commite91e7587bd44b0a99a7bbd915a7fe8cd4f1a8716 (patch)
tree2dddba511fd03ed97cd8b850fe9b18a2ec2a28cd /test/msan/wcsncpy.cc
parent2536fe88a101dc259e3fb4b770a4fde935e975e6 (diff)
Renumber test line number expectations after r302783.
Also remove a confused stable-runtimes requirement. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/msan/wcsncpy.cc')
-rw-r--r--test/msan/wcsncpy.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/msan/wcsncpy.cc b/test/msan/wcsncpy.cc
index b54ff0069..6471371de 100644
--- a/test/msan/wcsncpy.cc
+++ b/test/msan/wcsncpy.cc
@@ -2,7 +2,6 @@
// RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
// XFAIL: mips
-// REQUIRES: stable-runtime
#include <assert.h>
#include <wchar.h>
@@ -30,12 +29,12 @@ int main() {
}
// CHECK: Uninitialized bytes in __msan_check_mem_is_initialized
// CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
-// CHECK: in main {{.*}}wcsncpy.cc:26
+// CHECK: in main {{.*}}wcsncpy.cc:28
// CHECK: Uninitialized value was stored to memory at
// CHECK: in {{[^\s]*}}wcsncpy
-// CHECK: in main {{.*}}wcsncpy.cc:25
+// CHECK: in main {{.*}}wcsncpy.cc:27
// CHECK: Memory was marked as uninitialized
// CHECK: in __msan_allocated_memory
-// CHECK: in main {{.*}}wcsncpy.cc:23
+// CHECK: in main {{.*}}wcsncpy.cc:25