aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-05-26 02:31:48 +0000
committerGravatar Yue Gan <yueg@google.com>2016-05-27 08:44:53 +0000
commit08c028501ea08b6f043f1e1cd1a0ff8d62d0fa64 (patch)
tree82f03514a41f8948f50a8427944a481878ae0f55 /src/test
parent7bc9ebcb3f02bbfa5238cc0edf6aa8c8453b4c4a (diff)
Change name of intellij_info output to intellij-build.txt.
Aesthetic change only. Safe because no one yet consumes this. -- MOS_MIGRATED_REVID=123279233
Diffstat (limited to 'src/test')
-rw-r--r--src/test/java/com/google/devtools/build/lib/ideinfo/intellij_info.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/ideinfo/intellij_info.bzl b/src/test/java/com/google/devtools/build/lib/ideinfo/intellij_info.bzl
index 6e7ef44144..7eca57a25b 100644
--- a/src/test/java/com/google/devtools/build/lib/ideinfo/intellij_info.bzl
+++ b/src/test/java/com/google/devtools/build/lib/ideinfo/intellij_info.bzl
@@ -429,7 +429,7 @@ def _aspect_impl(target, ctx):
)
# Output the ide information file.
- output = ctx.new_file(target.label.name + ".aswb-build.txt")
+ output = ctx.new_file(target.label.name + ".intellij-build.txt")
ctx.file_action(output, info.to_proto())
ide_info_text += set([output])
ide_infos += [info]