diff options
author | Mike Stump <mrs@apple.com> | 2009-07-22 20:02:03 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-22 20:02:03 +0000 |
commit | 3ef84e157574b52ff8cbf6f49bf92047eb3f2f86 (patch) | |
tree | 97f77ba8b6c8a66689c8c567330eb9b9e45b51a6 | |
parent | 8e1fab243ab8023b7ee3899745386b3b3a4258f8 (diff) |
Prep for new warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76772 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CXX/class/class.union/p1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/class/class.union/p1.cpp b/test/CXX/class/class.union/p1.cpp index 0c7eafe4bc..15c2634673 100644 --- a/test/CXX/class/class.union/p1.cpp +++ b/test/CXX/class/class.union/p1.cpp @@ -1,6 +1,6 @@ // RUN: clang-cc -fsyntax-only -verify %s -void abort(); +void abort() __attribute__((noreturn)); class Okay { int a_; |