File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ TEST(SYCLPropertySet, Mask) {
202202 // Serialize
203203 PropSet.write (OS);
204204 }
205- llvm::errs () << Serialized << " \n " ;
206205 EXPECT_EQ (Serialized, Expected);
207206}
208207
@@ -225,7 +224,6 @@ TEST(SYCLPropertySet, SYCLPropertyValues) {
225224 // Serialize
226225 PropSet.write (OS);
227226 }
228- llvm::errs () << Serialized << " \n " ;
229227 EXPECT_EQ (Serialized, Expected);
230228}
231229
@@ -270,7 +268,6 @@ TEST(SYCLPropertySet, MapToStruct) {
270268 // Serialize
271269 PropSet.write (OS);
272270 }
273- llvm::errs () << Serialized << " \n " ;
274271 EXPECT_EQ (Serialized, Expected);
275272}
276273
@@ -288,7 +285,6 @@ TEST(SYCLPropertySet, VectorOfChars) {
288285 // Serialize
289286 PropSet.write (OS);
290287 }
291- llvm::errs () << Serialized << " \n " ;
292288 EXPECT_EQ (Serialized, Expected);
293289}
294290
@@ -308,7 +304,6 @@ TEST(SYCLPropertySet, ListOfNameValuePairs) {
308304 // Serialize
309305 PropSet.write (OS);
310306 }
311- llvm::errs () << Serialized << " \n " ;
312307 EXPECT_EQ (Serialized, Expected);
313308}
314309} // namespace
You can’t perform that action at this time.
0 commit comments