mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
Switch clang-format to 6.0
Change-Id: Id96d1f47fb3d479d10d1022f1259dc030a148192 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -112,7 +112,7 @@ TEST_F(EnqueueFillBuffer, invalid_event_list_count) {
|
||||
|
||||
EXPECT_EQ(CL_INVALID_EVENT_WAIT_LIST, retVal);
|
||||
}
|
||||
}
|
||||
} // namespace ULT
|
||||
|
||||
namespace ULT {
|
||||
|
||||
@@ -156,4 +156,4 @@ TEST_P(InvalidPatternSize, returns_CL_INVALID_VALUE) {
|
||||
INSTANTIATE_TEST_CASE_P(EnqueueFillBuffer,
|
||||
InvalidPatternSize,
|
||||
::testing::Values(0, 3, 5, 256, 512, 1024));
|
||||
}
|
||||
} // namespace ULT
|
||||
|
||||
Reference in New Issue
Block a user