summaryrefslogtreecommitdiff
path: root/core/libdeno/BUILD.gn
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-05-01 15:48:56 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-05-01 09:48:56 -0400
commit8978870808db896d1aa0da5deb0d4472ccb46246 (patch)
treea97e65baa0baa533f7bc4cc428b35267c8cb3157 /core/libdeno/BUILD.gn
parent7237e9d34a61629d5bedce3b9cc46c8a1344d78a (diff)
Rename test targets (#2262)
Diffstat (limited to 'core/libdeno/BUILD.gn')
-rw-r--r--core/libdeno/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libdeno/BUILD.gn b/core/libdeno/BUILD.gn
index eeec14eb5..8ad3dccc3 100644
--- a/core/libdeno/BUILD.gn
+++ b/core/libdeno/BUILD.gn
@@ -80,7 +80,7 @@ v8_executable("snapshot_creator") {
configs = [ ":deno_config" ]
}
-v8_executable("test_cc") {
+v8_executable("libdeno_test") {
testonly = true
sources = [
"file_util_test.cc",