mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C++: Fix typo in test
This commit is contained in:
@@ -129,7 +129,7 @@ int f23() {
|
||||
f22(); // GOOD
|
||||
}
|
||||
|
||||
[[___noreturn__]] void f24();
|
||||
[[__noreturn__]] void f24();
|
||||
|
||||
int f25() {
|
||||
f24(); // GOOD
|
||||
|
||||
Reference in New Issue
Block a user