about summary refs log tree commit diff homepage
path: root/test/CXX/symex/libc++/simple_exception_fail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX/symex/libc++/simple_exception_fail.cpp')
-rw-r--r--test/CXX/symex/libc++/simple_exception_fail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/symex/libc++/simple_exception_fail.cpp b/test/CXX/symex/libc++/simple_exception_fail.cpp
index 793d9201..c3e295c2 100644
--- a/test/CXX/symex/libc++/simple_exception_fail.cpp
+++ b/test/CXX/symex/libc++/simple_exception_fail.cpp
@@ -11,4 +11,4 @@
 int main(int argc, char **args) {
   throw std::runtime_error("foo");
 }
-// CHECK: terminating with uncaught exception of type std::runtime_error: foo
\ No newline at end of file
+// CHECK: terminating {{.*}} uncaught exception of type std::runtime_error: foo
\ No newline at end of file