Correct a typo in a RUN line

This commit is contained in:
Priyansh Singh 2022-04-04 11:32:05 -04:00 committed by Aaron Ballman
parent 3ad6f53502
commit aa19500a4c
1 changed files with 1 additions and 1 deletions

View File

@ -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":