summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-11-08 21:06:23 -0500
committerPuyan Lotfi <puyan@puyan.org>2019-11-08 21:06:23 -0500
commit1257146eb41485e91cb13a6b0ccc2fb7faa68b75 (patch)
treec715517b81d11727450d61d191b22da5af554a8c /clang/test/InterfaceStubs/class-template-partial-specialization.cpp
parent79e345fbcc822e914fac4838dd7a4f2ddbb5fcad (diff)
downloadbcm5719-llvm-1257146eb41485e91cb13a6b0ccc2fb7faa68b75.tar.gz
bcm5719-llvm-1257146eb41485e91cb13a6b0ccc2fb7faa68b75.zip
[clang][IFS][test] Fixing buildbot test fails for clang-ifs.
Checking for the exact triple fails on many bots. Leaving the triple check blank.
Diffstat (limited to 'clang/test/InterfaceStubs/class-template-partial-specialization.cpp')
-rw-r--r--clang/test/InterfaceStubs/class-template-partial-specialization.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/InterfaceStubs/class-template-partial-specialization.cpp b/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
index ae6e7bf2458..01734294abd 100644
--- a/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
+++ b/clang/test/InterfaceStubs/class-template-partial-specialization.cpp
@@ -2,10 +2,10 @@
// CHECK: --- !experimental-ifs-v1
// CHECK-NEXT: IfsVersion: 1.0
-// CHECK-NEXT: Triple: x86_64-unknown-linux-gnu
+// CHECK-NEXT: Triple:
// CHECK-NEXT: ObjectFileFormat: ELF
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...
template<typename> struct S7 { };
-template<typename T> struct S7<T&> { }; \ No newline at end of file
+template<typename T> struct S7<T&> { };
OpenPOWER on IntegriCloud