]> granicus.if.org Git - clang/commit
Fix a test case that was intermittently failing. The issue was that instantiations...
authorRichard Trieu <rtrieu@google.com>
Thu, 28 Jul 2011 20:30:10 +0000 (20:30 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 28 Jul 2011 20:30:10 +0000 (20:30 +0000)
commit7efa0e03828dd13e53f5310fc80471604f298d48
tree12fcadd71d3096da0df94c07cff7d4f6134a59fd
parentdb33e14661c7a118a2d9a777ae69c0ecaa036e1e
Fix a test case that was intermittently failing.  The issue was that instantiations are not stored in an order preserving structure, so the print order may be impacted.  Modified test case to do two FileCheck passes to ensure that both instantiations are in the same place.

Test originially commited at r136306 and temporarily silenced at r136348.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136385 91177308-0d34-0410-b5e6-96231b3b80d8
test/Misc/ast-dump-templates.cpp