Change this test to not try to emit any IR. (It should fail to, but it tries to create an output file before encountering the error.)

llvm-svn: 202343
This commit is contained in:
Nick Lewycky 2014-02-27 03:29:38 +00:00
parent 64d94320f3
commit cc5e2404fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: not %clang_cc1 -triple i686-pc-win32 -emit-llvm -fno-rtti %s 2>&1 | FileCheck %s
// RUN: not %clang_cc1 -triple i686-pc-win32 -emit-llvm-only -fno-rtti %s 2>&1 | FileCheck %s
// CHECK: error: v-table layout for classes with non-virtual base classes that override methods in virtual bases is not supported yet