diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-03 20:26:23 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-03 20:26:23 +0000 |
commit | f0c0337bbfb63d1f9edf145aab535bdf82c20454 (patch) | |
tree | de30bd60d1dbee4bf7ef487139b3ceb8781c82db /test/Index | |
parent | 570918821a8492048e6ab54955c9864bd6c3e952 (diff) |
Notes
Diffstat (limited to 'test/Index')
-rw-r--r-- | test/Index/keep-going.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Index/keep-going.cpp b/test/Index/keep-going.cpp index 82987c6cf133c..dbfcad32d3d28 100644 --- a/test/Index/keep-going.cpp +++ b/test/Index/keep-going.cpp @@ -25,5 +25,5 @@ class C : public A<float> { }; // CHECK: C++ base class specifier=A<float>:4:7 [access=public isVirtual=false] [type=A<float>] [typekind=Unexposed] [templateargs/1= [type=float] [typekind=Float]] [canonicaltype=A<float>] [canonicaltypekind=Record] [canonicaltemplateargs/1= [type=float] [typekind=Float]] [isPOD=0] [nbFields=1] // CHECK: TemplateRef=A:4:7 [type=] [typekind=Invalid] [isPOD=0] -// CHECK-DIAG: keep-going.cpp:1:10: error: 'missing1.h' file not found -// CHECK-DIAG: keep-going.cpp:8:10: error: 'missing2.h' file not found +// CHECK-DIAG: keep-going.cpp:1:10: fatal error: 'missing1.h' file not found +// CHECK-DIAG: keep-going.cpp:8:10: fatal error: 'missing2.h' file not found |