summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-doc/public-comment.cpp
diff options
context:
space:
mode:
authorJulie Hockett <juliehockett@google.com>2018-10-16 23:06:53 +0000
committerJulie Hockett <juliehockett@google.com>2018-10-16 23:06:53 +0000
commitf276624e877f0b32196987d821c155e791debba3 (patch)
tree6d12bf848a47124a09ce68f042ed9c234d454054 /clang-tools-extra/test/clang-doc/public-comment.cpp
parent68049b1a8ecaf4405fc2d67e4a5b2d38fe0d6f2a (diff)
downloadbcm5719-llvm-f276624e877f0b32196987d821c155e791debba3.tar.gz
bcm5719-llvm-f276624e877f0b32196987d821c155e791debba3.zip
[clang-doc] Add unit tests for bitcode
Adds unit tests for the BitcodeWriter and BitcodeReader libraries. This is part of a move to convert clang-doc's tests to a more maintainable unit test framework, with a smaller number of integration tests to maintain and more granular failure feedback. Differential Revision: https://reviews.llvm.org/D53082 llvm-svn: 344651
Diffstat (limited to 'clang-tools-extra/test/clang-doc/public-comment.cpp')
-rw-r--r--clang-tools-extra/test/clang-doc/public-comment.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/test/clang-doc/public-comment.cpp b/clang-tools-extra/test/clang-doc/public-comment.cpp
index 6c5545e8eb7..c3116cf7a85 100644
--- a/clang-tools-extra/test/clang-doc/public-comment.cpp
+++ b/clang-tools-extra/test/clang-doc/public-comment.cpp
@@ -121,10 +121,10 @@ void F(int I, int J) {}
// CHECK-0-NEXT: Text: ' Bonus comment on definition'
// CHECK-0-NEXT: DefLocation:
// CHECK-0-NEXT: LineNumber: 28
-// CHECK-0-NEXT: Filename: 'test'
+// CHECK-0-NEXT: Filename: '{{.*}}'
// CHECK-0-NEXT: Location:
// CHECK-0-NEXT: - LineNumber: 25
-// CHECK-0-NEXT: Filename: 'test'
+// CHECK-0-NEXT: Filename: '{{.*}}'
// CHECK-0-NEXT: Params:
// CHECK-0-NEXT: - Type:
// CHECK-0-NEXT: Name: 'int'
OpenPOWER on IntegriCloud