clang/test/CodeGenCXX/PR20038.cpp: Appease targeting msvc due to incompatibility of dw.

llvm-svn: 212787
This commit is contained in:
NAKAMURA Takumi 2014-07-11 00:18:29 +00:00
parent 675d438e23
commit 7660d653c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -g -emit-llvm %s -o - | FileCheck %s
// RUN: %clang_cc1 -triple %itanium_abi_triple -g -emit-llvm %s -o - | FileCheck %s
struct C {
~C();