File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, Intel Corporation
2+ * Copyright (c) 2017 - 2018 , Intel Corporation
33 *
44 * Permission is hereby granted, free of charge, to any person obtaining a
55 * copy of this software and associated documentation files (the "Software"),
@@ -35,5 +35,4 @@ typedef Test<DeviceFixture> Gen8OnlyTest;
3535
3636GEN8TEST_F (Gen8OnlyTest, shouldPassOnGen8) {
3737 EXPECT_EQ (IGFX_GEN8_CORE, pDevice->getRenderCoreFamily ());
38- EXPECT_NE (IGFX_GEN9_CORE, pDevice->getRenderCoreFamily ());
3938}
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, Intel Corporation
2+ * Copyright (c) 2017 - 2018 , Intel Corporation
33 *
44 * Permission is hereby granted, free of charge, to any person obtaining a
55 * copy of this software and associated documentation files (the "Software"),
@@ -28,6 +28,5 @@ using namespace OCLRT;
2828typedef Test<DeviceFixture> Gen9OnlyTest;
2929
3030GEN9TEST_F (Gen9OnlyTest, shouldPassOnGen9) {
31- EXPECT_NE (IGFX_GEN8_CORE, pDevice->getRenderCoreFamily ());
3231 EXPECT_EQ (IGFX_GEN9_CORE, pDevice->getRenderCoreFamily ());
3332}
You can’t perform that action at this time.
0 commit comments