summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/ubsan/lit_tests/Misc/unreachable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/ubsan/lit_tests/Misc/unreachable.cpp')
-rw-r--r--compiler-rt/lib/ubsan/lit_tests/Misc/unreachable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/ubsan/lit_tests/Misc/unreachable.cpp b/compiler-rt/lib/ubsan/lit_tests/Misc/unreachable.cpp
index 6e0a03d5f18..5ca4e5fd8b0 100644
--- a/compiler-rt/lib/ubsan/lit_tests/Misc/unreachable.cpp
+++ b/compiler-rt/lib/ubsan/lit_tests/Misc/unreachable.cpp
@@ -1,6 +1,6 @@
// RUN: %clang -fsanitize=unreachable %s -O3 -o %t && %t 2>&1 | FileCheck %s
int main(int, char **argv) {
- // CHECK: unreachable.cpp:5:3: fatal error: execution reached a __builtin_unreachable() call
+ // CHECK: unreachable.cpp:5:3: runtime error: execution reached a __builtin_unreachable() call
__builtin_unreachable();
}
OpenPOWER on IntegriCloud