diff options
author | Puyan Lotfi <puyan@puyan.org> | 2019-11-08 21:06:23 -0500 |
---|---|---|
committer | Puyan Lotfi <puyan@puyan.org> | 2019-11-08 21:06:23 -0500 |
commit | 1257146eb41485e91cb13a6b0ccc2fb7faa68b75 (patch) | |
tree | c715517b81d11727450d61d191b22da5af554a8c /clang/test/InterfaceStubs/class-template-partial-specialization.cpp | |
parent | 79e345fbcc822e914fac4838dd7a4f2ddbb5fcad (diff) | |
download | bcm5719-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.cpp | 4 |
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&> { }; |