[clang] aa19500 - Correct a typo in a RUN line

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 4 08:33:07 PDT 2022


Author: Priyansh Singh
Date: 2022-04-04T11:32:05-04:00
New Revision: aa19500a4c3a66058078f88b3a7dd7a9ad30be12

URL: https://github.com/llvm/llvm-project/commit/aa19500a4c3a66058078f88b3a7dd7a9ad30be12
DIFF: https://github.com/llvm/llvm-project/commit/aa19500a4c3a66058078f88b3a7dd7a9ad30be12.diff

LOG: Correct a typo in a RUN line

Added: 
    

Modified: 
    clang/test/CodeGen/c-unicode.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/c-unicode.c b/clang/test/CodeGen/c-unicode.c
index 13d4bbfb71e82..3a0c561908c7d 100644
--- a/clang/test/CodeGen/c-unicode.c
+++ b/clang/test/CodeGen/c-unicode.c
@@ -1,5 +1,5 @@
 // REQUIRES: x86-registered-target
-// RUN: %clang --target=x86_64--linug-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
+// RUN: %clang --target=x86_64--linux-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
 // RUN: not %clang --target=x86_64--linux-gnu -std=c89 -S %s -o - 2>&1 | FileCheck %s -check-prefix=DENIED
 int \uaccess = 0;
 // ALLOWED: "곎ss":


        


More information about the cfe-commits mailing list