Skip to content

Commit

Permalink
[clang] Add triple to builtin-memcpy test
Browse files Browse the repository at this point in the history
This is broken on Windows builders, so try to fix it that way.
  • Loading branch information
tbaederr committed Oct 24, 2023
1 parent 300190f commit a76d840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/Sema/builtin-memcpy.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 %s -fsyntax-only -verify=c
// RUN: %clang_cc1 -x c++ %s -fsyntax-only -verify=cxx
// RUN: %clang_cc1 %s -triple x86_64-unknown-linux -fsyntax-only -verify=c
// RUN: %clang_cc1 -x c++ %s -triple x86_64-unknown-linux -fsyntax-only -verify=cxx

// cxx-no-diagnostics

Expand Down

0 comments on commit a76d840

Please sign in to comment.