mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Add missing triple to instantiate-sizeof.cpp test
llvm-svn: 263285
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
|
||||
// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsyntax-only -verify -std=c++11 %s
|
||||
|
||||
// Make sure we handle contexts correctly with sizeof
|
||||
template<typename T> void f(T n) {
|
||||
|
||||
Reference in New Issue
Block a user