diff options
author | Devang Patel <dpatel@apple.com> | 2012-02-03 23:58:39 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2012-02-03 23:58:39 +0000 |
commit | c08c88c3cfc57b45ec1a9b4707b1f3df3108a639 (patch) | |
tree | b702e936856823b55224df5c70667e73e1bdf8ca /test/CodeGenCXX/debug-info-nullptr.cpp | |
parent | f42f85ce6c2c1ddbe57535898dfbe3a37f7199af (diff) |
Update tests so that they don't rely upon LLVMDebugVersion number.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149726 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-nullptr.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-nullptr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-nullptr.cpp b/test/CodeGenCXX/debug-info-nullptr.cpp index 49cc42c96f..5540a9217c 100644 --- a/test/CodeGenCXX/debug-info-nullptr.cpp +++ b/test/CodeGenCXX/debug-info-nullptr.cpp @@ -4,4 +4,4 @@ void foo() { decltype(nullptr) t = 0; } -// CHECK: !13 = metadata !{i32 720955, null, metadata !"nullptr_t", null, i32 0, i64 0, i64 0, i64 0, i32 0, i32 0} ; [ DW_TAG_unspecified_type ] +// CHECK: !13 = metadata !{i32 {{.*}}, null, metadata !"nullptr_t", null, i32 0, i64 0, i64 0, i64 0, i32 0, i32 0} ; [ DW_TAG_unspecified_type ] |