summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/pragma-warning/wrong-specifier.slang
blob: 8962d4b277dd7b86d9246f755245cd9b93b4f23e (plain)
1
2
3
4
5
6
7
//TEST:SIMPLE(filecheck=CHECK):
// #ifdef support

// CHECK: ([[# @LINE+1]]): warning 15613:
#pragma warning (diasble : 30081)

// Test that #pragma warning emits a warning if the specifier ins't correct