Skip to content

Commit dec58b4

Browse files
committed
Remove redundant print statements
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent 498eaf0 commit dec58b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/unittests/Support/SYCLPropertySetIOTest.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)