From 8e4d943bbd59ccd5384e6e3407033540e4a7d3e2 Mon Sep 17 00:00:00 2001 From: yongwhan Date: Fri, 28 Aug 2020 14:33:43 -0700 Subject: [PATCH 1/2] for testing purpose only --- test.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test.cpp diff --git a/test.cpp b/test.cpp new file mode 100644 index 00000000000..816d72796ce --- /dev/null +++ b/test.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main() { + cout<<"for testing"< Date: Fri, 28 Aug 2020 15:39:07 -0700 Subject: [PATCH 2/2] testing purpose only --- dependencies.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dependencies.bzl b/dependencies.bzl index c808a1d7c66..3108f867862 100644 --- a/dependencies.bzl +++ b/dependencies.bzl @@ -11,6 +11,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +"""THIS IS FOR TESTING PURPOSE ONLY. PLEASE DO NOT MERGE.""" + """Provides a workspace macro to load dependent repositories.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")