Fixed c-index test

This commit is contained in:
Dávid Bolvanský 2019-11-09 18:26:21 +01:00
parent 5c50109bb5
commit 5deb289f49
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
// RUN: c-index-test -read-diagnostics %S/Inputs/serialized-diags-stable.dia 2>&1 | FileCheck %s
int foo() {
// CHECK: serialized-diags-stable.c:[[@LINE+2]]:1: warning: non-void function does not return a value [-Wreturn-type] [Semantic Issue]
// CHECK: serialized-diags-stable.c:[[@LINE+2]]:1: warning: control reaches end of non-void function [-Wreturn-type] [Semantic Issue]
// CHECK-NEXT: Number FIXITs = 0
}