summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/fuzzer-implicit-integer-truncation.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/fuzzer-implicit-integer-truncation.test')
-rw-r--r--compiler-rt/test/fuzzer/fuzzer-implicit-integer-truncation.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/fuzzer-implicit-integer-truncation.test b/compiler-rt/test/fuzzer/fuzzer-implicit-integer-truncation.test
index 212559bdca3..c968ea7d654 100644
--- a/compiler-rt/test/fuzzer/fuzzer-implicit-integer-truncation.test
+++ b/compiler-rt/test/fuzzer/fuzzer-implicit-integer-truncation.test
@@ -1,5 +1,5 @@
RUN: rm -f %t-ImplicitIntegerTruncationTest-Ubsan
RUN: %cpp_compiler -fsanitize=implicit-integer-truncation -fno-sanitize-recover=all %S/ImplicitIntegerTruncationTest.cpp -o %t-ImplicitIntegerTruncationTest-Ubsan
RUN: not %run %t-ImplicitIntegerTruncationTest-Ubsan 2>&1 | FileCheck %s
-CHECK: runtime error: implicit conversion from type 'int' of value 256 (32-bit, signed) to type 'unsigned char' changed the value to 0 (8-bit, unsigned)
+CHECK: ImplicitIntegerTruncationTest.cpp:22:17: runtime error: implicit conversion from type 'int' of value 256 (32-bit, signed) to type 'unsigned char' changed the value to 0 (8-bit, unsigned)
CHECK: Test unit written to ./crash-
OpenPOWER on IntegriCloud