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") 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"<