]> granicus.if.org Git - clang/commit
Make ast-print-record-decl.c pass on Windows after r332314
authorHans Wennborg <hans@hanshq.net>
Tue, 15 May 2018 10:19:24 +0000 (10:19 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 15 May 2018 10:19:24 +0000 (10:19 +0000)
commit76da53dd960771ec458ad2add8a39a7876d3bd62
treeeeff94848583adb09db51b05a707fb044f05c272
parent533b60289e28d3c278c7c4b8e3b2f285f3ebccc1
Make ast-print-record-decl.c pass on Windows after r332314

It was failing because on Windows, -ast-print prints
__single_inheritance(1) before T1.

Adding a triple is a stop-gap fix until it can be fixed properly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332335 91177308-0d34-0410-b5e6-96231b3b80d8
test/Misc/ast-print-record-decl.c