Skip to content
Snippets Groups Projects
Commit acf4f857 authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Tiny improvement in a test (missing quote)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212806 91177308-0d34-0410-b5e6-96231b3b80d8
parent e2b32738
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
// Test that the warning is displayed on these. // Test that the warning is displayed on these.
// RUN: %clang -### -finline-limit=1000 %s 2>&1 | FileCheck --check-prefix=CHECK-WARNING1 %s // RUN: %clang -### -finline-limit=1000 %s 2>&1 | FileCheck --check-prefix=CHECK-WARNING1 %s
// RUN: %clang -### -finline-limit %s 2>&1 | FileCheck --check-prefix=CHECK-WARNING2 %s // RUN: %clang -### -finline-limit %s 2>&1 | FileCheck --check-prefix=CHECK-WARNING2 %s
// CHECK-WARNING1: ignoring unsupported optimization flag '-finline-limit=1000 // CHECK-WARNING1: ignoring unsupported optimization flag '-finline-limit=1000'
// CHECK-WARNING2: ignoring unsupported optimization flag '-finline-limit' // CHECK-WARNING2: ignoring unsupported optimization flag '-finline-limit'
// RUN: %clang -### -fshort-wchar -fno-short-wchar %s 2>&1 | FileCheck -check-prefix=CHECK-WCHAR1 %s // RUN: %clang -### -fshort-wchar -fno-short-wchar %s 2>&1 | FileCheck -check-prefix=CHECK-WCHAR1 %s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment