diff options
| author | Ilya Biryukov <ibiryukov@google.com> | 2017-12-14 14:51:17 +0000 |
|---|---|---|
| committer | Ilya Biryukov <ibiryukov@google.com> | 2017-12-14 14:51:17 +0000 |
| commit | 33eaf177024e6b3126fa05043e229abf1579fd20 (patch) | |
| tree | be276f73c141e98436b02b4cd1bfc704a2db2bb6 /clang | |
| parent | d293bf127a8be6394578606c902c44f66fbdda6f (diff) | |
| download | bcm5719-llvm-33eaf177024e6b3126fa05043e229abf1579fd20.tar.gz bcm5719-llvm-33eaf177024e6b3126fa05043e229abf1579fd20.zip | |
Renamed test file to use proper naming convention
Also changed the order of CHECK statements.
CHEKC-NOT must come before CHECK in skipped-function-bodies.cpp
llvm-svn: 320702
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/Index/skipped-function-bodies.cpp (renamed from clang/test/Index/skipped_function_bodies.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/skipped_function_bodies.cpp b/clang/test/Index/skipped-function-bodies.cpp index 4258f71f42f..9378f664bb6 100644 --- a/clang/test/Index/skipped_function_bodies.cpp +++ b/clang/test/Index/skipped-function-bodies.cpp @@ -5,5 +5,5 @@ inline int with_body() { return 10; } inline int without_body(); int x = with_body() + without_body(); -// CHECK: warning: inline function 'without_body' is not defined // CHECK-NOT: warning: inline function 'with_body' is not defined +// CHECK: warning: inline function 'without_body' is not defined |

