From: Muhammad Omair Javaid Date: Tue, 20 Dec 2022 08:56:03 +0000 (+0500) Subject: [CLANG] Fix typo in test/CodeGen/c-strings.c X-Git-Tag: upstream/17.0.6~23149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=301f3da5162499965287338a0cd52309fb28e8b8;p=platform%2Fupstream%2Fllvm.git [CLANG] Fix typo in test/CodeGen/c-strings.c This patch fixes a typo in test/CodeGen/c-strings.c. Test was failing on AArch64/Windows. --- diff --git a/clang/test/CodeGen/c-strings.c b/clang/test/CodeGen/c-strings.c index abb4a83..988deee 100644 --- a/clang/test/CodeGen/c-strings.c +++ b/clang/test/CodeGen/c-strings.c @@ -1,4 +1,4 @@ -// XFAIL: taraget=aarch64-pc-windows-{{.*}} +// XFAIL: target=aarch64-pc-windows-{{.*}} // RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=ITANIUM // RUN: %clang_cc1 -triple %ms_abi_triple -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK --check-prefix=MSABI