Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
llvm-svn: 166280
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// RUN: %clang_cc1 -fms-extensions -Wno-invalid-token-paste %s -verify
|
||||
// RUN: %clang_cc1 -E -fms-extensions -Wno-invalid-token-paste %s | FileCheck %s
|
||||
// RUN: %clang_cc1 -E -fms-extensions -Wno-invalid-token-paste -x assembler-with-cpp %s | FileCheck %s
|
||||
// expected-no-diagnostics
|
||||
|
||||
#define foo a ## b ## = 0
|
||||
int foo;
|
||||
|
||||
Reference in New Issue
Block a user