[clang] Enforce triple in mempcpy test

Fixes http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/2597
This commit is contained in:
serge-sans-paille 2020-01-09 21:01:29 +01:00
parent 1c545f6dbc
commit b35f5d4914
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm < %s| FileCheck %s
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm < %s| FileCheck %s
typedef __SIZE_TYPE__ size_t;