mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
Make another test insensitive to the default C++ dialect.
Differential Revision: http://reviews.llvm.org/D27955 llvm-svn: 290145
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -o - %s -Wno-return-type-c-linkage | FileCheck %s
|
||||
// RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -o - %s -Wno-return-type-c-linkage -std=c++03 | FileCheck %s -check-prefixes=CHECK
|
||||
|
||||
// This isn't really testing anything ARM-specific; it's just a convenient
|
||||
// 32-bit platform.
|
||||
|
||||
Reference in New Issue
Block a user