Skip to content

Commit 24d81fc

Browse files
committed
Rename .cc to .cpp
1 parent e30284b commit 24d81fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ exports_files(["refresh.template.py", "check_python_version.template.py"]) # Fo
2929

3030
cc_binary(
3131
name = "print_args",
32-
srcs = ["print_args.cc"],
32+
srcs = ["print_args.cpp"],
3333
visibility = ["//visibility:public"],
3434
)
File renamed without changes.

0 commit comments

Comments
 (0)